Skip to content

Commit

Permalink
Merge branch 'devubu-add-more-info-ligolo-ng-v2'
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop committed Dec 16, 2024
2 parents b0ab020 + f1e9f28 commit 055b26b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions generic-hacking/tunneling-and-port-forwarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 055b26b

Please sign in to comment.