Book Image

Wireshark Network Security

By : Piyush Verma
Book Image

Wireshark Network Security

By: Piyush Verma

Overview of this book

Table of Contents (14 chapters)
Wireshark Network Security
Credits
About the Author
Acknowledgment
About the Reviewers
www.PacktPub.com
Preface
Index

Complementary tools to Wireshark


In this section, we will look at some fantastic tools that complement Wireshark and help us in performing better analysis.

Xplico

Xplico is a fantastic open source network forensics analysis tool and comes packaged with popular pen-testing and forensics Linux distributions.

Up and running with Xplico on Kali Linux:

  1. To install Xplico manually, run the following command:

    sudo apt-get install xplico
    
  2. Once installed, we need to start Xplico's service by running:

    /etc/init.d/xplico start
    
  3. Also, make sure that the web service is running. This can be done by running /etc/init.d/apache2 start. Now we need to open the browser and browse http://127.0.0.1:9876 and use xplico and xplico as the username and password.

    Xplico's GUI post-login

  4. First, we need to create a new case and then a new session inside that case and later upload the PCAP file for analysis.

As mentioned in its Wiki page, Xplico can help reconstruct the contents of acquisitions performed with a packet sniffer...