Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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```