Wiki

Clone wiki

Shodan Search / Home

Usage Guide

Getting Started

  • Clone the shodan search repository to your local system with git clone https://schwartz1375@bitbucket.org/schwartz1375/shodan-search.git. Change into the shodan cd d shodan-search and launch with ./shodanSearch.py. Use ./shodanSearch.py -h for help.
  • To you this tool you are required to have Python 2.7.x installed and the Shodan API. To get started with the Python library for Shodan, first make sure that you’ve received your API key. Once that’s done, install the library via the cheeseshop using:
$ sudo easy_install shodan
  • To use the nmapData.py script, you must also install the nmap python module. The The python-nmap library can be install and installation instructions can be found at: http://xael.org/norman/python/python-nmap/.

Updated