Skip to content

VoIPShark is a open source VoIP Analysis Platform which will allow people to analyze live or stored VoIP traffic, easily decrypt encrypted SRTP stream, perform macro analysis, generate summary specific to VoIP traffic/nodes and export calls/SMS/DTMF in popular user friendly file formats.

Notifications You must be signed in to change notification settings

nishantsharmax/voipshark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoIPShark: Open Source VoIP Analysis Platform

VoIPshark is an open source platform for VoIP analysis. It is created as a collection of Wireshark plugins. After installation, it will be available within Wireshark. This platform was created while working on "VoIP Traffic Analysis" course. Those interested can check the course here: https://www.pentesteracademy.com/course?id=43

VoIPShark will enable the user to do the following:

  1. Perform macro analysis on VoIP traffic

  2. Decrypt live or stored VoIP traffic while preserving packet structure and time information

  3. Export VoIP audio streams to popular media formats

  4. Detect the following threats/attacks

    • Message flood
    • Invite flood
    • SIP MiTM attack
    • Teardown
    • Enumeration
    • Attack tool detection

Installation

Step 1: Install library

For Linux and MacOS:

  1. Create directory "/usr/local/lib/lua/5.2/" if it does not exist

    mkdir -p /usr/local/lib/lua/5.2/
    
  2. Download VoIPShark and copy lockbox folder to "/usr/local/lib/lua/5.2/" directory

    git clone https://github.com/pentesteracademy/voipshark.git
    mv voipshark/lockbox /usr/local/lib/lua/5.2/
    

For Windows:

Download VoIPShark and copy lockbox folder to wireshark program directory.

To find out the location of wireshark program directory, check Help > About Wireshark > Folders (highlighted in green)

Step 2: Installing VoIPShark

  1. Copy the "plugins" directory to Wireshark personal plugins directory.
  2. Start wireshark. :)

One can get the location of wireshark plugins directory by checking Help > About Wireshark > Folders (highlighted in yellow)

Tool featured at

Sister Project

PA-Toolkit (https://github.com/pentesteracademy/patoolkit)

Author

Under the guidance of Mr. Vivek Ramachandran, CEO, Pentester Academy

Screenshots

Decrypting SRTP: SRTP Packets

Wireshark_2019-04-30_13-19-16 Decrypting SRTP: Enabling Auto Decryption

Wireshark_2019-04-30_13-19-55

Decrypting SRTP: Decrypted SRTP (RTP)

Wireshark_2019-04-30_13-20-14

Exporting Call Audio: Exported Streams

2019-04-30_12-59-42

SIP Information Gathering : SIP Auth Export

Wireshark_2019-04-30_13-09-11

SIP Information Gathering : DTMF

Wireshark_2019-04-30_13-13-18

VoIP Attack Detection: Bruteforce

Wireshark_2019-04-30_13-08-07

VoIP Attack Detection: Unauthenticated Users

Wireshark_2019-04-30_13-17-16

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License v2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http:https://www.gnu.org/licenses/.

About

VoIPShark is a open source VoIP Analysis Platform which will allow people to analyze live or stored VoIP traffic, easily decrypt encrypted SRTP stream, perform macro analysis, generate summary specific to VoIP traffic/nodes and export calls/SMS/DTMF in popular user friendly file formats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%