yang saya akan terangkan ini adalah tools keluaran baru untuk testing VoIP.... :affraid:
Bagi yang belum punya Live CDnya namanya VAST Live Distro beta 2.74
download di :
- Quote :
- [You must be registered and logged in to see this link.]
[You must be registered and logged in to see this image.]ini adalah tools yang dipersiapkan untuk hacking di VoIP :
- Quote :
- Tool List
* tools dir /tools
* UCsniff
* VideoSnarf
* Videojak
* Metasploit
* SecurLogix Tools
* Hydra
* Nmap
* tshark
* Sipvicious
* SIPp
* Netcat
* Warvox
* Hping2
Nah bagi yang menggunakan Ubuntu 9.04 dan BT.4 saya pandu cara penginstallannya ya :
Basic dependensi :
- Code:
-
apt-get update
apt-get install build-essential
apt-get install zlib1g-dev liblzo-dev
apt-get install libpcap0.8-dev libnet1-dev
apt-get install libasound2-dev
apt-get install libbz2-dev
GUI Dependencies:
- Code:
-
apt-get install libx11-dev
apt-get install libxext-dev
apt-get install libfreetype6-dev
Realtime Video Monitor Dependencies:
- Code:
-
apt-get install vlc
apt-get install libvlc-dev
Nah bagi yang debian :
- Code:
-
1. Tambah the VIPER Repo server ke /etc/apt/sources.list
Code:
deb http://viperlab.net/repo binary/
deb-src http://viperlab.net/repo source/
2. apt-get
- Code:
-
apt-get update
apt-get install ucsniff
Klo install dari sumbernya :
A.Default UCSniff :
UCSniff berjalan lancar di BT3, BT4, and Ubuntu 9.04.
- Code:
-
1. tar -zxvf ucsniff-xxx.tar.gz
2. cd ucsniff-xxx
3. ./configure
4. make
5. make install
Features supported:
a) Audio Eavesdropping
b) Video Eavesdropping (creates h264 format file)
B. UCSniff with GUI and Realtime Monitor (Recommended)
- Code:
-
apt-get install vlc
apt-get install libvlc-dev
./configure --enable-gui --enable-libvlc
make
make install
Features supported:
a) Audio Eavesdropping
b) Video Eavesdropping (Creates h264 format file)
c) Audio Realtime Monitor
d) GUI Support
d) Video Realtime Monitor
C. FFmpeg vs. libvlc (Video support differences)
Installation with GUI
- Code:
-
./configure --enable-gui
make
make install
Features supported:
a) Audio Eavesdropping
b) Video Eavesdropping (creates h264 format file)
c) Audio Realtime Monitor
d) GUI Support
D. GUI and FFmpeg support (no Realtime Video Monitor)
1) Download FFmpeg
- Code:
-
svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
2) Build and Compile FFmpeg
- Code:
-
cd ffmpeg
./configure
make
make install
3) Specify in UCSniff configure script the support for AVI Video and GUI
- Code:
-
cd ucsniff-xxx
./configure --enable-ffmpeg --enable-gui
make
make install
Features Supported:
a) Audio Eavesdropping
b) Video Eavesdropping (avi file format)
c) Audio Realtime Monitor
d) GUI Support
e) Creates an avi file and muxes audio and video
E. VideoJak 1.1 and UCSniff 3.0 with FFmpeg support :
1) libx264-dev Debian package
- Code:
-
apt-get remove libx264-dev
2) Download and compile latest version of x264
- Code:
-
apt-get install git-core
apt-get install yasm
git clone git://git.videolan.org/x264.git
cd x264
./configure --enable-shared --enable-pthread
make
make install
3) Download, Build, Compile FFmpeg with libx264 support
- Code:
-
svn co snv://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
cd ffmpeg
./configure --enable-libx264 --enable-gpl
make
make install
4) Configure UCSniff for libx264 and FFmpeg support
- Code:
-
cd ucsniff-xxx
./configure --enable-ffmpeg --enable-x264
make
make install
ldconfig
Jika error Compile errors with FFmpeg :
- Code:
-
1) rm -rf ffmpeg
2) svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
3) cd ffmpeg
4) ./configure
5) make && make install
SEMOGA BERMANFAAT
SALAM THK
wassalaam.....