Visit us at (https://redmoonsecurity.com)
A small python script to perform banner grabbing for a given domain. It also provides other region based info for the domain provided.
This python program is written in python3
You will need the Requests module:
- sudo pip install requests
./BannerGrabber.py [domain-name]
The script will fetch/find:
Banner Grabbing is a technique used to gain information about a remote server and is often used as part of a fingerprinting attack. Additionally, penetration testers sometimes use this as a technique to get information about remote servers.
The program will gather information such as:
- City
- Region
- Country
- Location
- Postal Code
- Timezone
