EntySec / HatSploit

Modular penetration testing platform that enables you to write, test, and execute exploit code.
https://hatsploit.com
MIT License
277 stars 62 forks source link

Add HTTP Header module #94

Closed naltun closed 2 years ago

naltun commented 2 years ago

Add the HTTP Header module. Very often I find myself doing this:

# e.g.
$ curl -IL scanme.nmap.org
HTTP/1.1 200 OK
Date: Mon, 30 May 2022 00:45:07 GMT
Server: Apache/2.4.7 (Ubuntu)
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Type: text/html

It would be useful to have an HTTP Header module.

Seen in action (NOTE: scanned IP address is for scanme.nmap.org:

image