Enumeration

Enumeration is key to the process of pentesting.

Enumeration RoadMap

Netcat Banner Grab

nc -v 10.10.10.10 port

Telnet Banner Grab

telnet 10.10.10.10 port

Last updated

Was this helpful?