Cheatsheet
  • Documentation
  • Nmap
  • Ffuf
  • FTP
  • SMB
  • RPC
  • NFS
  • DNS
  • SMTP
  • IMAP / POP3
  • SNMP
  • SQL
  • Rsync
  • Certipy
  • CrackMapExec
  • Transferring Files
  • Windows Remote Management
  • Windows AV
  • Wordpress
  • Infrastructure Enumeration
  • Privilege Escalation
  • Docker Breakout
  • Shells
  • SSTI
  • XSS
  • Pivot
    • SSH Tunneling
    • Chisel
    • Ligolo-ng
    • Meterpreter
  • LDAP
  • Spray
  • Antivirus / EDR
  • Impacket
  • Bloodhound
  • Powershell
  • Kerberosting
  • Password Attacks
  • Command Injections
  • Sliver C2
  • Windows credentials
  • Windows persistance
  • VSCode Debug
Powered by GitBook
On this page
  • Configuration
  • Usage
  1. Pivot

Ligolo-ng

Configuration

go build -o proxy cmd/proxy/main.go
go build -o agent cmd/agent/main.go
sudo ip tuntap add user root mode tun ligolo
sudo ip link set ligolo up

Usage

./proxy -selfcert
./agent -connect 10.10.14.10:11601 -ignore-cert
sudo ip route add 192.168.0.0/24 dev ligolo
listener_add --addr 0.0.0.0:1234 --to 127.0.0.1:9999 --tcp
PreviousChiselNextMeterpreter

Last updated 2 years ago