Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 522 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 522 Bytes

InfooHunter

A tool designed in Python to specifically assist you in website scanning and provide basic details about the servers, IP's and received the response headers from the websites. It serves as an example of an information gathering approach.

Usage :

in Windows : py -3 Infoscript.py "google.com" or python3 Infoscript.py "google.com"

in Linux & macOS : python3 ./Infoscript.py "google.com"

Example :

example