Skip to content

Python tool used to bruteforce RTSP protocol

License

Notifications You must be signed in to change notification settings

kljunowsky/RTSPBruter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RTSPBruter 🔪

RTSPBruter is python tool used to bruteforce authentification of Real Time Streaming Protocol (RTSP).

Usage 🛠

python3 -u usernames.txt -P passwords.txt -i 127.0.0.1 -p 554

Running from Docker 🐳

docker run -ti -v $(PWD)/data:/data rtspbruter -u /data/usernames.txt -P /data/passwords.txt -i 127.0.0.1 -p 554

Parameters 🧰

Parameter Description Type
-i, --ip Target IP address. String
-p, --port RTSP Port String
-u, --usernames Wordlist with usernames File
-P, --passwords Wordlist with passwords File

License

This project is licensed under MIT license

About

Python tool used to bruteforce RTSP protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.2%
  • Dockerfile 10.8%