Hardhat-Enterprises / PT-GUI

Project PT-GUI for Deakin Capstone Hardhat Enterprises
GNU General Public License v3.0
8 stars 14 forks source link
cybersecurity kali offensive-security python

Deakin Detonator Toolkit

Deakin Detonator Toolkit (DDT) is a toolkit that aims to simplify the penetration testing experience and workflow. The toolkit was initially started as a Command Line Interface (CLI) toolkit with a few minor tools. This Trimester, DDT has been further developed to now have a Graphical User Interface (GUI) with several new attack vectors and tools added.

Installation

Requirements

Steps

  1. Clone the repo

    $ git clone https://github.com/taysmith99/PT-GUI.git
  2. Install requirements

$ sudo apt update
$ sudo apt install -y python3 python3-pip python3-tk git
$ cd PT-GUI
$ pip3 install -r requirements.txt
  1. Start the application
$ cd PT-GUI #This step is not needed if you are already in the directory.
$ python3 main.py

Usage

After launching the tool, the GUI will open the homepage of toolkit. From there, we can see five main pages show up: About, Attack vectors, Tools, Walkthroughs, and References.

Main page

Attack vectors Tools

Development

The GUI of the toolkit is developed using Tkinter and theming is inspired from here.