pentesteracademy / patoolkit

PA Toolkit is a collection of traffic analysis plugins focused on security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

PA Toolkit (Pentester Academy Wireshark Toolkit)

PA Toolkit is a collection of traffic analysis plugins to extend the functionality of Wireshark from a micro-analysis tool and protocol dissector to the macro analyzer and threat hunter. PA Toolkit contains plugins (both dissectors and taps) covering various scenarios for multiple protocols, including:

  • WiFi (WiFi network summary, Detecting beacon, deauth floods etc.)
  • HTTP (Listing all visited websites, downloaded files)
  • HTTPS (Listing all websites opened on HTTPS)
  • ARP (MAC-IP table, Detect MAC spoofing and ARP poisoning)
  • DNS (Listing DNS servers used and DNS resolution, Detecting DNS Tunnels)

The project is under active development and more plugins will be added in near future.

This material was created while working on "Traffic Analysis: TSHARK Unleashed" course. Those interested can check the course here: https://www.pentesteracademy.com/course?id=42

Terms of Use

  • This is licensed under GPL just as Wireshark.

Installation

Steps:

  1. Copy the "plugins" directory to Wireshark plugins directory.
  2. Start wireshark. :)

One can get the location of wireshark plugins directory by checking Help > About Wireshark > Folders

image

Please opt for Personal Plugins directory and NOT the Global Plugins directory.

If you prefer Global Plugins directory, then please use this branch: https://github.com/pentesteracademy/patoolkit/tree/global-plugins

Special note for Macbook users: Paste the plugins in Personal Lua plugins and not in Personal Plugins.

Compatibility: This version is compatible with wireshark version 2.9 and later. For using patoolkit with older version of wireshark please check this branch: https://github.com/pentesteracademy/patoolkit/tree/till-2.8

Tool featured at

Sister Project

VoIPShark (https://github.com/pentesteracademy/voipshark)

Author

Under the guidance of Mr. Vivek Ramachandran, CEO, Pentester Academy

Documentation

For more details refer to the "PA-Toolkit.pdf" PDF file. This file contains the slide deck used for presentations.

Screenshots

PA Toolkit after installation

image

List of websites visited over HTTP

image

Search functionality

image

Domain to IP mappings

image

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License v2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

About

PA Toolkit is a collection of traffic analysis plugins focused on security


Languages

Language:Lua 100.0%