Giter VIP home page Giter VIP logo

patoolkit's Introduction

https://user-images.githubusercontent.com/743886/43845704-6dbd2558-9ae1-11e8-9f77-239210fe7b6a.png

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

https://user-images.githubusercontent.com/743886/43845711-72426d36-9ae1-11e8-9945-0bbe8e078e2a.png

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

https://user-images.githubusercontent.com/743886/44320933-e4772d80-a3f9-11e8-86c6-82b614221700.png

List of websites visited over HTTP

https://user-images.githubusercontent.com/743886/44320940-e8a34b00-a3f9-11e8-98e9-ab003107d15c.png

Search functionality

https://user-images.githubusercontent.com/743886/44320950-f48f0d00-a3f9-11e8-897a-d84d5e20e2e0.png

Domain to IP mappings

https://user-images.githubusercontent.com/743886/44320953-f8bb2a80-a3f9-11e8-8530-70d36b0a1bff.png

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/>.

patoolkit's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

patoolkit's Issues

How to fix Lua problem

I have the latest version of Wireshark. I copied the "plugins" directory to Wireshark plugins directory.
capture

dhcp_table.lua:216 bad argument #1 to 'new'

Wireshark 3.2.5
Plugins in global (global branch)
When loading wireshark (main display, no capture files):

Lua: Error during loading:
/usr/lib/wireshark/plugins/3.2/dhcp/dhcp_table.lua:216: bad argument #1 to 'new' (Field_new: a field with this name must exist)
stack traceback:
    [C]: in function 'new'
        /usr/lib/wireshark/plugins/3.2/dhcp/dhcp_table.lua:216: in function 'callback_client_table'
            /usr/lib/wireshark/plugins/3.2/dhcp/dhcp_table.lua:304: in main chunk

            Lua: Error during loading:
            /usr/lib/wireshark/plugins/3.2/web/website_lists.lua:29: bad argument #1 to 'new' (Field_new: a field with this name must exist)
            stack traceback:
                [C]: in function 'new'
                    /usr/lib/wireshark/plugins/3.2/web/website_lists.lua:29: in main chunk

                    Lua: Error during loading:
                    /usr/lib/wireshark/plugins/3.2/web/tor_detection.lua:14: bad argument #1 to 'new' (Field_new: a field with this name must exist)
                    stack traceback:
                        [C]: in function 'new'
                            /usr/lib/wireshark/plugins/3.2/web/tor_detection.lua:14: in main chunk

Create new branch compatible with Wireshark v2.9

Hi
first of all very cool Tool.
Second a small issue with Wireshark 2.9 Dev

Lua: Error during loading:
...uzona/.local/lib/wireshark/plugins/web/tor_detection.lua:14: bad argument #1 to 'new' (Field_new: a field with this name must exist)

Hole other Tools working very well only in this script I have the small problem above
maybe Wireshark 2.9 dev or my OS is the Problem or a simple Mistake in script self.

If you have some idea it was Coll otherwise I not use the tor_detection

thanks

Andre

unable to run from the global plugin folder

Hi,

I have uploaded scripts into /usr/lib64/wireshark/plugins/ and facing the problem as listed below.
Any idea what could be wrong?

Lua: Error during loading:
 ...eshark/plugins/2.6.4/patoolkit/web/tor_detection.lua:11: module 'util' not found:
	no field package.preload['util']
	no file './util.lua'
	no file '/usr/share/lua/5.1/util.lua'
	no file '/usr/share/lua/5.1/util/init.lua'
	no file '/usr/lib64/lua/5.1/util.lua'
	no file '/usr/lib64/lua/5.1/util/init.lua'
	no file '/usr/share/lua/5.1/util.lua'
	no file '/usr/share/lua/5.1/util/init.lua'
	no file './util.so'
	no file '/usr/lib64/lua/5.1/util.so'
	no file '/usr/lib64/lua/5.1/util.so'
	no file '/usr/lib64/lua/5.1/loadall.so'

Lua: Error during loading:
 ...eshark/plugins/2.6.4/patoolkit/web/post_requests.lua:13: module 'util' not found:

<skip>
Lua: Error during loading:
 ...gins/2.6.4/patoolkit/wifi/beacon_flood_detection.lua:13: module 'security' not found:
	no field package.preload['security']
	no file './security.lua'
	no file '/usr/share/lua/5.1/security.lua'
	no file '/usr/share/lua/5.1/security/init.lua'
	no file '/usr/lib64/lua/5.1/security.lua'
	no file '/usr/lib64/lua/5.1/security/init.lua'
	no file '/usr/share/lua/5.1/security.lua'
	no file '/usr/share/lua/5.1/security/init.lua'
	no file './security.so'
	no file '/usr/lib64/lua/5.1/security.so'
	no file '/usr/lib64/lua/5.1/security.so'
	no file '/usr/lib64/lua/5.1/loadall.so'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.