Enumeration

Enumeration is key to the process of pentesting.

Netcat Banner Grab

nc -v 10.10.10.10 port

Telnet Banner Grab

telnet 10.10.10.10 port

Last updated