From 06aea06df58f32a9142a4bac16f9daae1a01a5d4 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Wed, 10 Jan 2018 20:51:06 -0500 Subject: [PATCH] Add crackpkcs12, a fast and multithreaded program to crack p12 (TLS) certs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8cb27f1..4a91c9a 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [SSLyze](https://github.com/nabla-c0d3/sslyze) - Fast and comprehensive TLS/SSL configuration analyzer to help identify security mis-configurations. * [tls_prober](https://github.com/WestpointLtd/tls_prober) - Fingerprint a server's SSL/TLS implementation. * [testssl.sh](https://github.com/drwetter/testssl.sh) - Command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws. +* [crackpkcs12](https://github.com/crackpkcs12/crackpkcs12) - Multithreaded program to crack PKCS#12 files (`.p12` and `.pfx` extensions), such as TLS/SSL certificates. ### Web Exploitation