https://github.com/prookl/Burp-Suite-Shodan-Scanner
https://github.com/prookl/Burp-Suite-Shodan-Scanner
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/prookl/Burp-Suite-Shodan-Scanner
- Owner: prookl
- Created: 2020-08-31T23:08:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T23:14:33.000Z (almost 5 years ago)
- Last Synced: 2024-11-17T01:28:46.684Z (7 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ip-search-engines - Burp Suite Shodan Scanner
README
# Burp Suite Shodan Scanner
Shodan Scanner adds enumeration capabilities on a target in Burp Suite. The scanner leverages the Shodan REST API to retrieve the following information from a target:
* Organization Name
* IP
* Location
* Open Ports## Usage
Right-click any host or IP in Burp Suite and Select `Scan with Shodan`. The results will be in the extender tab under the Output sub tab.
## Installation
Install this script like any other extension from the `Extender` tab, `open Burp Suite -> Extender -> Add -> path to file`. This scanner is written in Python, be sure to use Standalone Jython in Burp Suite. Download the latest [here](https://www.jython.org/download).
Lastly an API key from Shodan will be needed to make the API calls.