From charlesreid1

(Created page with "Required packages: <pre> apt-get install libgeoip-dev libndpi-dev </pre> install package: <pre> git clone git://git.kali.org/packages/xplico.git cd xplico make </pre>")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==What is it==
Xplico is for extracting application data from network traffic.
This might mean looking at a pcap file and extracting particular emails (pop/imap/smtp protocols), http contents, voip calls, ftp, tfpt, etc.
It is not a network protocol analyzer, it s a network forensics analysis tool (i.e., not for profiling - for extracting and processing and sifting).
Xplico is released under the GNU General Public License.
==Installing==
Required packages:
Required packages:


<pre>
<pre>
apt-get install libgeoip-dev libndpi-dev
apt-get install libgeoip-dev libndpi-dev libsqlite3-dev libpq-dev libmysql++-dev libjson-c-dev
</pre>
</pre>


Line 12: Line 24:
make
make
</pre>
</pre>
==Flags==
{{MITMFlag}}
[[Category:Kali]]
[[Category:January 2018]]

Latest revision as of 15:31, 26 January 2018

What is it

Xplico is for extracting application data from network traffic.

This might mean looking at a pcap file and extracting particular emails (pop/imap/smtp protocols), http contents, voip calls, ftp, tfpt, etc.

It is not a network protocol analyzer, it s a network forensics analysis tool (i.e., not for profiling - for extracting and processing and sifting).

Xplico is released under the GNU General Public License.

Installing

Required packages:

apt-get install libgeoip-dev libndpi-dev libsqlite3-dev libpq-dev libmysql++-dev libjson-c-dev

install package:

git clone git://git.kali.org/packages/xplico.git
cd xplico
make


Flags