From b2c529f6edf2144b3f3c23da2b46a3e1a177569d Mon Sep 17 00:00:00 2001 From: devubu Date: Thu, 12 Dec 2024 19:27:29 -0500 Subject: [PATCH] Add more information to Ligolo-ng --- .../tunneling-and-port-forwarding.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/generic-methodologies-and-resources/tunneling-and-port-forwarding.md b/generic-methodologies-and-resources/tunneling-and-port-forwarding.md index f673c26f5..6469797d4 100644 --- a/generic-methodologies-and-resources/tunneling-and-port-forwarding.md +++ b/generic-methodologies-and-resources/tunneling-and-port-forwarding.md @@ -287,6 +287,14 @@ listener_add --addr 0.0.0.0:30000 --to 127.0.0.1:10000 --tcp listener_list ``` +### Access Agent's Local Ports + +```bash +# Establish a tunnel from the proxy server to the agent +# Create a route to redirect traffic for 240.0.0.1 to the Ligolo-ng interface to access the agent's local services -- Attacker +interface_add_route --name "ligolo" --route 240.0.0.1/32 +``` + ## Rpivot [https://github.com/klsecservices/rpivot](https://github.com/klsecservices/rpivot)