erfanara / rtspFinder

Mirror of https://gitlab.com/erfanara/rtspfinder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the Purpose of this tool?

The purpose of this tool is finding RTSP urls assuming we have known target with specified credentials.

Created with a lot of help from https://gitlab.com/woolf/RTSPbrute

Similar tools:

How to use?

  • IMPORTANT: you need at least python 3.9, otherwise please use the branch "py3.8".

  • clone:

      git clone https://gitlab.com/erfanara/rtsp_finder --depth 1
    
      cd rtsp_finder
    
    • if you have python3.8 use the py3.8 branch:

              git clone --branch py3.8 https://gitlab.com/erfanara/rtsp_finder --depth 1
      
      cd rtspFinder
      
  • install the requirements :

      pip install -r requirements.txt
    
  • now you can run the tool:

      python -m rtspFinder -i <ip> -u <username> -p <passowrd>
    
              for example:
      python -m rtspFinder -i 192.168.1.2 -u "admin" -p "123456"
    

How it works?

image

About

Mirror of https://gitlab.com/erfanara/rtspfinder

License:GNU General Public License v3.0


Languages

Language:Python 100.0%