Skip to content

allyomalley/p12Cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

p12Cracker

A simple tool to brute force a password for a password-protected PKCS#12 (PFX/P12) file

Usage

  • You must supply your own wordlist for the brute forcing in text format, generated using whatever tool you prefer
  • Supply the path to the PKCS12 file, and your wordlist of guesses to the script

sudo pip install -r requirements.txt

python p12Cracker.py --p12-path crackme.p12 --wordlist guesses.txt

ScreenShot

About

A simple tool to brute force a password-protected PFX/P12 file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages