Skip to content

A Tool using Shodan and RTSP to find vulnerable cameras around the world.

License

Notifications You must be signed in to change notification settings

spicesouls/basilisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Basilisk 🐍

Version 1.0.0

A Tool using Shodan and RTSP to find vulnerable cameras around the world.

forthebadge forthebadge

🛠 Installation

git clone https://github.com/spicesouls/basilisk
cd basilisk && pip install -r requirements.txt
chmod +x basilisk.py

📃 Usage

./basilisk.py [ SHODAN API KEY ] -t [ THREAD COUNT ]
┌──────────────────────────────────────────────────┐
│__________               .__.__  .__        __    │
│\______   \_____    _____|__|  | |__| _____|  | __│
│ |    |  _/\__  \  /  ___/  |  | |  |/  ___/  |/ /│
│ |    |   \ / __ \_\___ \|  |  |_|  |\___ \|    < │
│ |______  /(____  /____  >__|____/__/____  >__|_ \│
│        \/      \/     \/                \/     \/│
├───────────────┬─────────────────┬────────────────┤
│ By SpiceSouls │ Beyond Root Sec │ Version: 1.0.0 │
└───────────────┴─────────────────┴────────────────┘

[!] Final Results:
+----------------+----------------+---------+---------+
|       IP       | Authentication | Country |   City  |
+----------------+----------------+---------+---------+
| 103.242.236.2  |  admin:admin   |  India  | Chennai |
| 179.155.126.29 |  admin:admin   |  Brazil | Uberaba |
+----------------+----------------+---------+---------+

📌 To Do

  • 💹 Add Honeypot Detection

  • ❎ Add 'Timeouts' to speed up the probing process

  • ❎ Add option to use Proxies

  • ❎ Add option to use Tor (?)

My Blog: https://spicesouls.github.io/blog

🚧! THIS IS FOR STRICTLY EDUCATIONAL PURPOSES, I AM NOT RESPONSIBLE FOR YOUR USE OF THIS !🚧

License