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
  • Tunnel
  • Proxychains
  1. Pivot

Chisel

Tunnel

./chisel server -p 8888 --socks5 --reverse
./chisel client 10.10.14.10:8888 R:7000:socks

Proxychains

Add this following line at the end of the /etc/proxychains.conf file.

socks5 127.0.0.1 7000
proxychains -q nmap -T4 -sn 172.10.0.0/24 --unprivileged
PreviousSSH TunnelingNextLigolo-ng

Last updated 2 years ago