Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meltest/simple_shodan_recon
https://github.com/meltest/simple_shodan_recon
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meltest/simple_shodan_recon
- Owner: meltest
- Created: 2020-03-04T13:01:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T05:40:29.000Z (about 4 years ago)
- Last Synced: 2024-08-05T17:42:53.609Z (5 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - meltest/simple_shodan_recon - (Shell)
README
# Overview
Simple Shodan Recon collects host information from Shodan and output them to csv file.
Simple Shodan Recon collects* IP address
* Ports
* OS
* Hostnames
* Domains
* Products
* Version
* Vulnerabilities
* Timestamp
# Requirements
* jq [https://stedolan.github.io/jq/](https://stedolan.github.io/jq/)
* Shodan CLI [https://cli.shodan.io/](https://cli.shodan.io/)
# Support
Linux# Usage
```
Usage: simple_shodan_recon.sh [OPTION]
Options:
-h Display help.
-f IP_LIST Get IP Address list from file instead of STDIN.
-p Show the complete history of the host.
```# Install
```
git clone
cd simple_shodan_recon
shodan init YOUR_API_KEY
chmod +x simple_shodan_recon.sh
./simple_shodan_recon TARGET_IP
```