Home page logo
/
Intro Reference Guide Book Install Guide
Download Changelog Zenmap GUI Docs
Bug Reports OS Detection Propaganda Related Projects
In the Movies In the News

Sponsors

SolarWinds makes easy-to-use enterprise IT management software to help IT pros solve problems every day and help to enable efficient and effective management of networks and IT environments.

Join our online community of over 100,000 IT professionals talking shop. Get involved. Gain insights. Share tips and tricks. Visit thwack today!


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

Nmap Site Navigation

Intro Reference Guide Book Install Guide
Download Changelog Zenmap GUI Docs
Bug Reports OS Detection Propaganda Related Projects
In the Movies In the News
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]