Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashkanrafiee/shodannmaper
Search Shodan for desired word and scan it using Nmap!
https://github.com/ashkanrafiee/shodannmaper
Last synced: about 5 hours ago
JSON representation
Search Shodan for desired word and scan it using Nmap!
- Host: GitHub
- URL: https://github.com/ashkanrafiee/shodannmaper
- Owner: AshkanRafiee
- License: mit
- Created: 2019-06-05T18:14:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T18:25:32.000Z (over 5 years ago)
- Last Synced: 2023-09-19T12:21:03.693Z (about 1 year ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShodanNmaper
Search Shodan for desired word and scan it using Nmap!
## Installation
make sure you have installed following packages:
Nmap
Shodan (```pip install shodan```)
## Usage
in ShodanSearch.py:> change SHODAN_API to your api code
> change EXAMPLE to your desired word
in main.sh:> change 80,8080 to desired ports
you can also change nmap switches to desired ones.After These changes you can run the script by entering the following code:
```sudo bash main.sh```