From 6f3b19f973e41cd7aa1807ad96c046c1d2a14c5d Mon Sep 17 00:00:00 2001 From: Martin <98256205+736B796E6574@users.noreply.github.com> Date: Sun, 25 Feb 2024 21:52:42 +0000 Subject: [PATCH] Update PIVOTING, TUNNELING, AND PORT FORWARDING.md --- PIVOTING, TUNNELING, AND PORT FORWARDING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. |