Skip to content

Instantly share code, notes, and snippets.

View Zeyad-Azima's full-sized avatar
🎯
Focusing

Zer0verflow Zeyad-Azima

🎯
Focusing
View GitHub Profile
@Zeyad-Azima
Zeyad-Azima / shodrecon.py
Created May 2, 2021 22:46
A simple shodan recon script for bug bounty
#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 = ""