You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Ligolo-ng is an absolutely great tool. It does lack in team support, requiring one person to maintain all interaction with the server. This makes it difficult to allow team members to interact with the server without having to do undesired workarounds.
Describe the solution you'd like
The feature request is 2 parts but work together to achieve the desired objective:
1 - Addition of a command line flags to launch ligolo-ng in daemon mode, and specify log file. E.g. "-d" for daemon mode, and "-l" ./file.log for identifying a log file. ligolo can pipe stdout/stderr to a log file if specified or to dev null
2 - Addition of a http server hosting rest apis that provide access to the commands that are present normally via the console. A command line flag could be added to allow users to specify the ip:port to bind to, defaulting to something like 0.0.0.0:8080 if not specified.
Describe alternatives you've considered
The fork ligolo-mp looks to have attempted to resolve this, but the approach seems a bit heavy handed and with questionable stability and support.
Additional context
None
The text was updated successfully, but these errors were encountered:
@nicocha30, what are your thoughts on this one. If I can find time during the holidays, I might try to take a stab at it. I want to make sure you like the idea first.
Author of ligolo-mp here. Not sure what you meant by heavy handed, but version 2.0 should be a little more user-friendly (proper tui) and the code is a little more maintainable - will release it in a couple of days, you can take a look in a 2.0 branch if you like. Support is indeed just me - one of the reasons it takes some time to produce meaningful changes. I'd also appreciate any specific suggestions for improvement.
p.s. wasn't actively looking to self-promote - was actually looking for new additions/fixes in ligolo-ng, since the fork uses the same network code and stumbled upon this issue
Is your feature request related to a problem? Please describe.
Ligolo-ng is an absolutely great tool. It does lack in team support, requiring one person to maintain all interaction with the server. This makes it difficult to allow team members to interact with the server without having to do undesired workarounds.
Describe the solution you'd like
The feature request is 2 parts but work together to achieve the desired objective:
1 - Addition of a command line flags to launch ligolo-ng in daemon mode, and specify log file. E.g. "-d" for daemon mode, and "-l" ./file.log for identifying a log file. ligolo can pipe stdout/stderr to a log file if specified or to dev null
2 - Addition of a http server hosting rest apis that provide access to the commands that are present normally via the console. A command line flag could be added to allow users to specify the ip:port to bind to, defaulting to something like 0.0.0.0:8080 if not specified.
Describe alternatives you've considered
The fork ligolo-mp looks to have attempted to resolve this, but the approach seems a bit heavy handed and with questionable stability and support.
Additional context
None
The text was updated successfully, but these errors were encountered: