Shodanfy.py : Get Ports, Vulnerabilities, Informations, Banners

Shodanfy.py is a tool to get ports,vulnerabilities,informations,banners,..etc for any IP with Shodan (no apikey! no rate limit!)

Usage

Also Read – Needle : Instant Access To You Bug Bounty Submission Dashboard On Various Platforms

#python3 shodanfy.py [OPTIONS]
e.g:
python3 shodanfy.py 111.111.111.111
python3 shodanfy.py 111.111.111.111 –getports
python3 shodanfy.py 111.111.111.111 –getvuln
python3 shodanfy.py 111.111.111.111 –getinfo
python3 shodanfy.py 111.111.111.111 –getmoreinfo
python3 shodanfy.py 111.111.111.111 –getbanner
python3 shodanfy.py 111.111.111.111 –getports –getvuln
python3 shodanfy.py 111.111.111.111 –proxy 127.0.0.1:8080
support pipeline, –stdin option is required..
#echo “” or cat ips.txt | python3 shodanfy.py –stdin [OPTIONS]
e.g:
echo “111.111.111.111”|python3 shodanfy.py –stdin
echo “111.111.111.111”|python3 shodanfy.py –stdin –proxy 127.0.0.1:8080
echo “111.111.111.111”|python3 shodanfy.py –stdin –getvuln
cat ips.txt|python3 shodanfy.py –stdin –getports
dig google.com +short A | grep -oi ‘[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}’ | python3 shodanfy.py –stdin –geports

R K

Recent Posts

Burrow – Breaking Through Firewalls With Open Source Ingenuity

Burrow is an open source tool for burrowing through firewalls, built by teenagers at Hack Club.…

5 hours ago

Its-A-Trap : Building Secure Web Applications With A Golang Web Server For Authentication

Simple golang webserver that listens for basic auth or post requests and sends a notification…

6 hours ago

Nutek-Apple : Unleashing Power On macOS And Linux

Nutek Security Platform for macOS and Linux operating systems. Tools for hackers, bug hunters and…

6 hours ago

SecureSphere Labs – A Haven For Cybersecurity Innovators And Ethical Hackers

Welcome to SecureSphere Labs, your go-to destination for a curated collection of powerful hacking tools…

6 hours ago

Vulpes/VulpOS : The Docker-Powered All-in-One Workstation For Penetration Testing And Offsec Labs

All in one Docker-based workstation with hacking tools for Pentesting and offsec Labs by maintained…

6 hours ago

LiCo-Extrator : Revolutionizing Icon Extraction Across Platforms

Got it! Below is the updated README.md file with instructions for downloading the project on…

23 hours ago