Skip to content

CR-DMcDonald/voipire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voipire

Summary

Voipire scans and exploits the RTP bleed vulnerability.

Screenshot

Warning

This exploit can cause signficant disruption on a vulnerable SBC. Use with authorisation of the system owner and care.

Supported Systems

This tool might work on Windows and MacOSX but has only been tested by the author on Linux.

Installing and Compiling

The application is written in rust and compiles to a stand alone executable.

Setup the rust compile and cargo, then run following command in the root directory of the tool.

cargo build --release

You can then find the executable under target/release/voipire.

Processing the raw audio files

The program outputs raw RTP data to .raw files as it finds RTP steams. You'll need to use another tool to open and play these.

Usually the following works. Open Audicity and go File -> Input -> Raw Data...

The encoding will porbably be ULAW or ALAW, Sample Rate 8000hz, and Channels 1. If you get random noise, the stream may be encrypted.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages