There was an error while loading. Please reload this page.
These instructions are designed for installation under Kali-Linux. Other distributions like Debian might work as well.
First download the required software packages:
sudo apt install -y bridge-utils wireshark-common iproute2 wget git unzip python3 python3-pip
Clone WireBug repository and move into the directory:
git clone https://github.com/SySS-Research/WireBug.git && cd WireBug
For installation, use the setup.py script:
pip3 install .
Download and configure the SRTP library:
./configure.sh
Thats it! Now you can use WireBug for VoIP security analyses.