![]() |
Cracking PKCS12 file
I just want to present a little multithreading program to crack PKCS12 files (i.e. p12 and pfx extensions files) using a dictionary attack (no dictionary file is included). It requires ssl development library and POSIX threads to compile.
It's releases under GPLv3 license so source code is available. You can download it from sourceforge.net. Search "crackpkcs12" project. Usage is very simple: Code:
Usage: crackpkcs12 -d <dictionary_file> [ -t <number_of_threads> ] [ -v ] [ -s <message_interval> ] ] <file_to_crack>sansatan |
Re: Cracking PKCS12 file
New version of crackpkcs12 including brute force attack capabilities.
Code:
Usage:Have fun, sansatan |
| All times are GMT +5.5. The time now is 15:43. |