Networking
How to best communicate between you and everything on your target
Enumerating Network Services
$ netstat -punta | grep LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:3000 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN -
$ ss -nltpu | grep LISTEN # AlternativeTunneling
Chisel
Proxychains
Ligolo-ng
Tunneling deeper networks
Last updated
