VoIPong

From aldeid
Jump to navigation Jump to search
This article needs to be translated
This article has been copied from the old wiki and is in french. It needs to be translated into english. If you wish to participate, please send a mail to (click to reveal email)

VoIPong

Description

VoIPong est un outil qui détecte tout trafic du type VoIP et permet, pour ceux utilisant la compression G711, l'enregistrement des conversations dans des fichiers au format wav. Les protocoles supportés sont SIP, H323, Cisco's Skinny Client Protocol, RTP et RTCP.

Installation

Pré-requis

  • libpcap
  • sox (pour la création de wav)

Pour l'installation de Sox, il est préférable d'installer à partir des sources dans la mesure où soxmix n'est pas intégré au package sox. Pour ce faire, suivre les instructions d'installation suivantes :

# cd /usr/local/src/
# wget http://heanet.dl.sourceforge.net/sourceforge/sox/sox-14.2.0.tar.gz
# tar xzvf sox-14.2.0.tar.gz
# cd sox-14.2.0/
# ./configure
# make && make install

/!\ PROBELEME : N'INSTALLE PAS SOXMIX


Installation à partir des sources

# cd /usr/local/src/
# wget http://www.enderunix.org/voipong/voipong-2.0.tar.gz
# tar xzvf voipong-2.0.tar.gz
# cd voipong-2.0/
# cp Makefile.linux Makefile
# make
# make install

Utilisation

La syntaxe de base est la suivante : ./voipong

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Comments