Skip to content

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

Notifications You must be signed in to change notification settings

allyomalley/p12CrackerGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages