File rtsp-url-brute
Script types:
portrule
Categories:
brute, intrusive
Download: http://nmap.org/svn/scripts/rtsp-url-brute.nse
User Summary
Attempts to enumerate RTSP media URLS by testing for common paths on devices such as surveillance IP cameras.
Script Arguments
rtsp-url-brute.urlfile
sets an alternate URL dictionary file
rtsp-url-brute.threads
sets the maximum number of parallell threads to run
Example Usage
nmap --script rtsp-url-brute -p 554 <ip>
Script Output
PORT STATE SERVICE 554/tcp open rtsp | rtsp-url-brute: | Discovered URLs |_ rtsp://camera.example.com/mpeg4 The script attempts to discover valid RTSP URLs by sending a DESCRIBE request for each URL in the dictionary. It then parses the response, based on which it determines whether the URL is valid or not.
Requires
Author: Patrik Karlsson
License: Same as Nmap--See http://nmap.org/book/man-legal.html


