diff --git a/PIVOTING, TUNNELING, AND PORT FORWARDING.md b/PIVOTING, TUNNELING, AND PORT FORWARDING.md index 0a3e464..2467693 100644 --- a/PIVOTING, TUNNELING, AND PORT FORWARDING.md +++ b/PIVOTING, TUNNELING, AND PORT FORWARDING.md @@ -1,5 +1,7 @@ | Command | Description | | ------------------------------------------------------------ | ------------------------------------------------------------ | +|`for /L %i in (1,1,254) do @ping -n 1 -w 100 172.16.6.%i | find "TTL="` | Ping sweep from windows machine | + | `ifconfig` | Linux-based command that displays all current network configurations of a system. | | `ipconfig` | Windows-based command that displays all system network configurations. | | `netstat -r` | Command used to display the routing table for all IPv4-based protocols. | @@ -68,4 +70,4 @@ | `sudo ./ptunnel-ng -p10.129.202.64 -l2222 -r10.129.202.64 -R22` | Used to connect to a specified ptunnel-ng server through local port 2222 (`-l2222`). | | `ssh -p2222 -lubuntu 127.0.0.1` | SSH command used to connect to an SSH server through a local port. This can be used to tunnel SSH traffic through an ICMP tunnel. | | `regsvr32.exe SocksOverRDP-Plugin.dll` | Windows-based command used to register the SocksOverRDP-PLugin.dll. | -| `netstat -antb \|findstr 1080` | Windows-based command used to list TCP network connections listening on port 1080. | \ No newline at end of file +| `netstat -antb \|findstr 1080` | Windows-based command used to list TCP network connections listening on port 1080. |