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

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

1 week ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

2 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago