Pivoting-tunneling-and-port-forwarding

Network Configuration and Monitoring

# Display network configurations
ifconfig  
### Linux command to display current network configurations.

ipconfig  
### Windows command to display current network configurations.

# Display routing table
netstat -r  
### Displays the routing table for all IPv4-based protocols.

# Netstat for monitoring
netstat -antp | grep 1234  
### Linux: Filter network connections for port 1234.

netstat -antb | findstr 1080  
### Windows: List TCP connections on port 1080.

Nmap


SSH and Tunneling


Proxychains


Metasploit


File Transfer


Metasploit Payloads


Socat



SSHuttle


RPivot


DNScat2


Chisel


Ptunnel-ng


Windows PortProxy

Last updated