This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#By: Zeyad Azima (https://github.com/Zeyad-Azima) | |
# install: | |
## pip3 install requests | |
## pip3 install shodan | |
# Run: python3 shodrecon.py target | |
import shodan, requests, json, threading, sys | |
# Your Api key here | |
API_KEY = "" |