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 :