Skip to content

Penetration-Testing-Toolkit/Password-Cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password-Cracker

Password cracker plugin for PTT. Uses john the ripper to crack the password hashes

Installation

After creating a venv:

  1. Install dependencies:
    pip install -r requirements.txt
  2. Run main.py, output should be the handshake message:
    1|1|tcp|127.0.0.1:50051|grpc

Setup

  1. Generate the .plugin executable file (pyinstaller example):
    pyinstaller --onefile --name passwordcracker.plugin main.py
  2. Move executable file to PTT plugins folder
  3. Launch PTT and select Password Cracker from Web UI under the password menu.

Usage

  1. Enter file path of file containing password hashes in file path filed
  2. Enter optional fields such as encryption type and word list if needed
  3. Select the required attack mode (incremental is the most common)
  4. Click crack password. (depending on password complexity may take a few minutes to multiple hours)

About

Password cracker plugin for PTT. Uses john the ripper to crack the password hashes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages