Resources

Commands

  • Recon
    • Scaning
      docker run -v /tmp:/tmp --net=host -t ullaakut/cameradar -t 10.0.70.0/24 -p 554,5554,8554
    • Search for exploits
      searchsploit -t Dahua
  • Bruteforcing
    nmap -sV --script "rtsp-*" 10.0.70.1
    hydra -l admin -P ./Passwords/Default-Credentials/default-passwords.txt rtsp://10.0.70.250 -s 554 -V
  • Connecting
    ffplay -rtsp_transport tcp rtsp://:@10.0.70.250:554// -x 2560 -y 1440
    rtmpdump -r "rtmp://10.0.70.1:1935/live/stream" -o stream.flv -v

Cheat sheet

Tools

Notes


Key Terminology & Ports

  • RTSP commonly uses 554-8554/TCP port to communicate.