w1ld3r / Shodan_Search

Querry Shodan Search API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shodan Search

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.

Getting Started

Prerequisites

Install python3 and pip:

sudo apt install python3 python3-pip

Installing

The installation has been tested in Debian bullseye/sid x86_64 (february 2019)

Clone the project

git clone https://github.com/x1n5h3n/Shodan_Search.git

Move in the project folder

cd Shodan_Search

Install the necessary Python packages:

pip3 install -r requirements.txt

Add your Shodan API key

Replace your_shodan_api_key with your Shodan API Key .

sed -i -e 's/XXXXX/your_shodan_api_key/g' shodan_search.py

Usage

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

License

This project is licensed under the GPLv3 License - see the LICENSE file for details.

About

Querry Shodan Search API

License:GNU General Public License v3.0


Languages

Language:Python 100.0%