Ligolo-ng
Pivoting
Create and activate a new tunnel interface for ligolo
:
On Ligolo-ng >= v0.6
, this can be done in a single step:
Port-Forward
To access local ports on the connected agent, ligolo-ng
uses a hardcoded "magic" CIDR: 240.0.0.0/4
:
Agent Transfer & Execution
We don't need elevated privileges on the target to use the ligolo-agent
.
Reverse Shell
We have a route to the target network, but the target network does not have a route to our attack host. Thus, if we want to catch a reverse shell from a target other than the pivot host:
Create a listener on the agent/pivot host (0.0.0.0:3000
) that will redirect the traffic to our proxy/attack host (127.0.0.1:10000
).
Start listening from our attack host:
Resources
Last updated
Was this helpful?