Bash Tips and Tricks
Network Commands
watch ss -tp
Short Description: Monitor network connections in real-time.
Tactics and Techniques: Network Communication
netstat -ant
Short Description: Display TCP connections.
Tactics and Techniques: TCP Communication
netstat -tulpn
Short Description: Display all active connections with PIDs.
Tactics and Techniques: Communication with PIDs
lsof …
Keep reading with a 7-day free trial
Subscribe to RedTeamGuides to keep reading this post and get 7 days of free access to the full post archives.