Difference between revisions of "Network Traffic Analysis Tools"

From Hack Sphere Labs Wiki
Jump to: navigation, search
(Notes)
(xplico)
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
  
 
==Install==
 
==Install==
 +
 +
I attempted to install and configure on archlinux below without success.  I could get the webinterface working but as far as the software accepting uploads through the interface nothing.  I could manually add packet captures.
  
 
  yaourt xplico
 
  yaourt xplico
Line 59: Line 61:
 
*a) If you are using the Ubuntu/Debian package, run: "/etc/init.d/xplico start"
 
*a) If you are using the Ubuntu/Debian package, run: "/etc/init.d/xplico start"
 
*b) Run: "/opt/xplico/script/sqlite_demo.sh"
 
*b) Run: "/opt/xplico/script/sqlite_demo.sh"
 +
 +
==Operation==
 +
*http://wiki.xplico.org/doku.php?id=tips_tricks
  
 
=dsniff=
 
=dsniff=

Latest revision as of 11:00, 8 April 2013

tcpxtract

chaosreader

wireshark

xplico

Install

I attempted to install and configure on archlinux below without success. I could get the webinterface working but as far as the software accepting uploads through the interface nothing. I could manually add packet captures.

yaourt xplico
sudo nano /etc/php/php.ini
  • Enable Also:
extension=pdo_sqlite.so
extension=pdo_sqlite.so
  • Configure httpd
sudo nano -w /etc/httpd/conf/httpd.conf
  • Add this to the end:
Include conf/extra/httpd-xplico.conf
  • Restart/Start apache
sudo systemctl start httpd

or

sudo systemctl restart httpd 


Notes

  • Test php config:
php -v

you are using newer php version. in php 5.4, E_STRICT is part of E_ALL

in cake 1.3, open file /cake/bootstrap.php and change the error_reporting like this

   error_reporting(E_ALL & ~E_STRICT & ~E_DEPRECATED);
Note: Webinterface works but it will not accept uploaded files
Note: Command line tools seem to work with much error.

I can get the software to start, load the webinterface, it seems like everything is running but I cannot get it to accept uploaded pcap files. It seems if you use the command line utilities and import the data it seems to work fine.

For starting Xplico, please choose one of these options as root:

  • a) If you are using the Ubuntu/Debian package, run: "/etc/init.d/xplico start"
  • b) Run: "/opt/xplico/script/sqlite_demo.sh"

Operation

dsniff


Notes

editcap packetcapture.cap split.pcap -c 100000
split ?