Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

p12CrackerGo

A simple tool to concurrently brute force a password-protected PKCS#12 (PFX/P12) file. This tool accomplishes the same result as my p12Cracker script, but this time written in Go with added concurrency for much faster cracking.

ScreenShot

Installation

Install the tool and required dependencies:

go get github.com/allyomalley/p12CrackerGo/...

Usage

Required arguments:

  • Path to your own wordlist file of password guesses
  • Path to the target PKCS12 file
  • The number of desired threads for brute forcing (Default: 3)
go run p12Cracker.go guesses.txt crackme.p12 3

About

A simple Go script to concurrently brute force a password-protected PKCS#12 (PFX/P12) file

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages