Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PIVOTING, TUNNELING, AND PORT FORWARDING.md #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion PIVOTING, TUNNELING, AND PORT FORWARDING.md
Original file line number Diff line number Diff line change
@@ -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. |
Expand Down Expand Up @@ -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. |
| `netstat -antb \|findstr 1080` | Windows-based command used to list TCP network connections listening on port 1080. |