HOME>>>>>>>>>

File rtsp-url-brute

脚本使用类型: portrule
脚本所属分类: brute, intrusive
脚本下载地址: 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: VER007 整理 http://www.ver007.com