Skip to content

000nico/rtsp-camera-hacking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

rtsp camera scanner

Python RTSP Made by

Scans random IPs on the internet looking for exposed RTSP cameras with default credentials.

how it works

  1. threads generate random IPs and check if port 554 is open
  2. IPs with open port are added to a queue
  3. 40 threads take IPs from the queue and test credentials
  4. Credentials are verified via raw RTSP sockets
  5. If credentials pass, verifies real video with OpenCV
  6. Valid streams are saved to Desktop/cameras.txt

requirements

pip install opencv-python colorama

usage

python scanner.py

disclaimer

For educational purposes only. Only use on networks you own or have explicit permission to test.

About

brute force finds accessible security cameras

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages