← Back to search

Enumerate Listening Ports

enumerationlinuxchecklist

Summary

Local-only ports are prime pivot targets not visible from an external scan.

Walkthrough

List listening TCP/UDP ports to find internal services worth pivoting to.

Commands

bash

netstat -tulnp

bash

ss -lntp