Network Pivoting
Port Forwarding and Proxying
Port Forwarding with SSH
Security Considerations Reverse Tunneling This will require you to establish a SSH connection...
Port Forwarding with Chisel
Usage Requires a copy of the Chisel binary on: The target host The attacker's host Download...
Pivoting with Ligolo-ng
Project GitHub https://github.com/nicocha30/ligolo-ng Download Binaries https://github.com/nicoc...
Port Forwarding with PLINK
Download Plink You can download the latest plink.exe binary from here: https://www.chiark.greene...
Penetrating Networks via SSH JumpHosts
Click here to view this diagram in a new tab
Penetrating Networks via Chisel Proxies
Click here to see this diagram in a new tab
Alternate Ways to Read Host Network Data
Context I created this page for some quick reference commands to check network configurations an...
Port Knocking
Challenge During target enumeration, you find information that suggests if you port knock the se...
Enumerating SNMP Community Strings
TARGET='TARGET_IP_ADDRESS_HERE' snmpwalk -c public -v1 "$TARGET" . > snmpwalk.txt grep '[^Hex-]...
Alternative Network Scans
Ping Scan Linux Partially developed with the assistance of Bing CoPilot. It's not perfect, but it...