Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iSECPartners/RtspFuzzer
RTSP network protocol fuzzer
https://github.com/iSECPartners/RtspFuzzer
Last synced: about 2 months ago
JSON representation
RTSP network protocol fuzzer
- Host: GitHub
- URL: https://github.com/iSECPartners/RtspFuzzer
- Owner: iSECPartners
- License: other
- Created: 2013-05-26T18:03:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-19T21:47:28.000Z (almost 11 years ago)
- Last Synced: 2024-08-05T17:41:46.338Z (5 months ago)
- Language: Python
- Size: 532 KB
- Stars: 66
- Watchers: 9
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-hacking-lists - iSECPartners/RtspFuzzer - RTSP network protocol fuzzer (Python)
README
RtspFuzzer
==========This is a fuzzer for the RTSP network protocol, built with the [Peach fuzzing framework](http://www.peachfuzzer.com).
## Targets
This fuzzes programs that implement the RTSP client functionality. It fuzzes the responses to the following verbs:
* OPTIONS
* DESCRIBE
* SETUP
* PLAY
* PAUSEIt also fuzzes the following server -> client requests:
* OPTIONS
* GET_PARAMETER
* SET_PARAMETER## To Run
The RtspFuzzer is pre-configured to fuzz several common implementations of RTSP.
### QuickTime
peach --definedvalues=rtsp.conf.xml rtsp.xml QuickTime### VLC Media Player
peach --definedvalues=rtsp.conf.xml rtsp.xml Vlc### OpenRTSP
peach --definedvalues=rtsp.conf.xml rtsp.xml OpenRtsp## Requirements
* [Peach 3.1.45 or higher](http://sourceforge.net/projects/peachfuzz/files/Peach/3.1%20Nightly/)
* [Debugging Tools for Windows](http://msdn.microsoft.com/en-us/windows/hardware/gg463009.aspx)
* [.NET Framework 4.0](http://www.microsoft.com/net/downloads) or higher## Fuzzing Other Clients
See the [wiki](https://github.com/iSECPartners/RtspFuzzer/wiki/Fuzzing-a-new-RTSP-client) for information about fuzzing a non-built-in RTSP client implementation.
## Gotchas
Review the [wiki](https://github.com/iSECPartners/RtspFuzzer/wiki/Gotchas) for common issues that may arise when using RtspFuzzer.