🐇
Mike's OSCP Guide
  • Mike's OSCP Guide
  • Methodology
    • OSCP Methodology
    • OSCP Last Minute Tips
Powered by GitBook
On this page
  1. Enumeration
  2. Methodology

Banner Grabbing

Banner Grabbing:

We can also directly interact with individual ports to

nc -nv <ip> <port>

Alternatively, we can use Telnet:

telnet <ip> <port>

Last updated 6 months ago