Information gathering on IP adress or Hostname with Shodan.
Gather:
- IP Adress
- City
- Country Name
- Organization
- ISP
- Last Update
- Open Ports
- Domain Name
- Honey Score
- Vulnerabilities
- GPS coordinates
With Folium, it creates an HTML map to locate the server.
Install python3 and pip:
sudo apt install python3 python3-pip
The installation has been tested in Debian bullseye/sid x86_64 (february 2019)
git clone https://github.com/x1n5h3n/Shodan_Search.git
cd Shodan_Search
pip3 install -r requirements.txt
Replace your_shodan_api_key
with your Shodan API Key .
sed -i -e 's/XXXXX/your_shodan_api_key/g' shodan_search.py
Gather informations on IP address:
python3 shodan_search.py -t 8.8.8.8
Gather informations on Hostname:
python3 shodan_search.py -t google.com
Print help:
python3 shodan_search.py -h
This project is licensed under the GPLv3 License - see the LICENSE file for details.