Members | Sign In
GnackTrack Forums > GnackTrack Tool Requests
avatar

wicd, xplico

posted Dec 16, 2010 19:25:17 by 4nullcore
This is a replacer of the actual network-manager
I usually like wicd because it shows the signal powder, and its more configurable.

And you need wicd to use Xplico.
Xplico is an open source Network Forensic Analysis Tool (NFAT). It analyzes pcap files from wireshark or alike programs and gives you a web interface to watch, msn chats, webcam video, sound, and other things from the .cap file. You can do it in real time capture-watching.

Details> http://www.xplico.org/about

page   1
4 replies
avatar
phillips321 said Dec 16, 2010 20:57:01
Ahh, shame you didnt mention before the R3 release as this would have integrated easily.

GnackTrack used to use wicd but it was removed to use the gnome netowkr-manager to make things easier for some people.

I guess wicd could be included but just disable the service at boot so a simple service wicd start would get it going.

xplico looks good. Also, i can build a deb from the source and then package that.
http://wiki.xplico.org/doku.php?id=doing_a_deb_package

cheers for the request (all for all the other support you have been providing on the forum)
Lead developer of GnackTrack
avatar
4nullcore said Dec 17, 2010 08:24:13
I just found that the new version its launched .deb reday for ubuntu 10.10

Ubuntu 10.10 package
Download http://sourceforge.net/projects/xplico/files/
md5: bc57de8daf6c50df9b044de8914e6b0b

But gives me problems about tshark not installed.
If installing tshark, wireshark has to be removed.
After this 2 things gives a new error about apache2.
Wow, this is not going to be easy.
[Last edited Dec 17, 2010 10:06:17]
avatar
phillips321 said Jan 12, 2011 18:25:31
I have tried to install xplico but it requires tshark which depends on an old version of wireshark. Any ideas on how to get around this?

If you can figure it out soon ill be able to add it to the R4 release.

Many thanks
Lead developer of GnackTrack
avatar
blaksark said Jan 14, 2011 03:02:32
Actually, im using Wireshark 1.5 SVN and Xplico 0.6.1 without problems.

You could try unninstalling
apt-get purge wireshark tshark

I've made a script that installs AND configures Xplico to start working.
When i say configure, im speaking of editing the php.ini and editing the size of the upload files to 400M and the post to 800M.

Script Installation | by Nsark

sudo apt-get update && sudo apt-get install -y gdebi sed && wget http://sourceforge.net/projects/xplico/files/Xplico%20versions/version%200.6.1/xplico_0.6.1_i386.deb && sudo gdebi -n xplico* && sudo find /etc/php5/apache2/php.ini -exec sed -i.bak 's/post_max_size = 8M/post_max_size = 800M/g; s/upload_max_filesize = 2M/upload_max_filesize = 400M/g' {} \; && sudo service apache2 restart && sudo service xplico restart && firefox localhost:9876

Works on Ubuntu-i386 10.10 Live (Universe repositories activated)
Works on GnacktrackR3 Live

After this upgrade wireshark to a better version or use the SVN repositories.

You can hijack cookies with Xplico in a matter of seconds, try a look at this
http://wiki.xplico.org/doku.php?id=tips_tricks:cookie
Login below to reply: