Skip to content

Instantly share code, notes, and snippets.

@lsecqt
Created June 26, 2024 12:42
Show Gist options
  • Save lsecqt/eaf99d294b0e215a9bff95e03c761a71 to your computer and use it in GitHub Desktop.
Save lsecqt/eaf99d294b0e215a9bff95e03c761a71 to your computer and use it in GitHub Desktop.
Start the ligolo-ng proxy
#Video Link:
sudo ip tuntap add user kali mode tun ligolo
sudo ip link set ligolo up
sudo ip route add 172.16.16.0/24 dev ligolo
./proxy -selfcert -laddr '0.0.0.0:18080'
@lsecqt
Copy link
Author

lsecqt commented Jun 26, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment