Skip to content

Installation Guide

Moritz Abrell edited this page Mar 22, 2021 · 4 revisions

These instructions are designed for installation under Kali-Linux. Other distributions like Debian might work as well.

Preparation

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

Installation

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.

Clone this wiki locally