How to fingerprint a server with Netcat?
I am trying to follow the OWASP test guide on a Kali Linux machine. As the first step in “Information Gathering” I am trying to fingerprint the server. The guide instructs me to use NetCat:
$ nc www.xxx.yy 80
But after sev… Continue reading How to fingerprint a server with Netcat?