From c6533dcd82668cca49ea6c7fb9b83db94add925b Mon Sep 17 00:00:00 2001 From: Jonathan Broche Date: Thu, 17 Sep 2015 00:21:04 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 0d5374e..32c95fa 100644 --- a/README.md +++ b/README.md @@ -125,8 +125,4 @@ Contact me at [@g0jhonny](https://twitter.com/g0jhonny) with any questions or fe ####Credits CredCrack couldn't have been possible without the contributions of the following individuals. You're all rockstars! -* [@JosephBialek](https://twitter.com/JosephBialek) thanks for the great Invoke-Mimikatz.ps1 script! -* [@gentilkiwi](https://twitter.com/gentilkiwi) for THE tool that any pentester should have, Mimikatz! Awesome work sir! -* [@brav0hax](https://twitter.com/brav0hax) - an early pioneer at performing mass credential harvesting with the SMBExec tool! Thanks for being a mentor, friend and for helping me test the script man! -* [@altonjx](https://twitter.com/altonjx) - The man who proof reads all the blog posts, gives me constant feedback and is always there for me. You da man! -* Everyone else! Thank you for all your contributions and feedback to make this a better script, keep 'em coming! +[@JosephBialek](https://twitter.com/JosephBialek), [@brav0hax](https://twitter.com/brav0hax), [@altonjx](https://twitter.com/altonjx) and everyone else! Thank you for all your contributions and feedback to make this a better script, keep 'em coming! From a9fa29f8c932f1542867de8df0829726abddda7c Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 05:05:03 -0300 Subject: [PATCH 2/3] Fix broken Markdown headings --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 32c95fa..65b07cc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CredCrack -##Introduction +## Introduction ----- CredCrack is a fast and stealthy credential harvester. It exfiltrates credentials recusively in memory and in the clear. Upon completion, CredCrack will parse and output the credentials while identifying any domain administrators obtained. CredCrack also comes with the ability to list and enumerate share access and yes, it is threaded! @@ -41,7 +41,7 @@ Examples: ## Examples ----- -###Enumerating Share Access +### Enumerating Share Access ``` ./credcrack.py -r 192.168.1.100 -d acme -u bob --es @@ -81,7 +81,7 @@ Password: [*] Done! Completed in 0.8s ``` -###Harvesting credentials +### Harvesting credentials ----- ``` @@ -120,9 +120,9 @@ Password: [*] Completed in 11.3s ``` -####Contact +#### Contact Contact me at [@g0jhonny](https://twitter.com/g0jhonny) with any questions or features you'd like to see in the next update. For bugs submit an [issue](https://github.com/gojhonny/CredCrack/issues/new)! -####Credits +#### Credits CredCrack couldn't have been possible without the contributions of the following individuals. You're all rockstars! [@JosephBialek](https://twitter.com/JosephBialek), [@brav0hax](https://twitter.com/brav0hax), [@altonjx](https://twitter.com/altonjx) and everyone else! Thank you for all your contributions and feedback to make this a better script, keep 'em coming! From 51e220bef41b0cbb2be11e0d39a0326933e5c4b7 Mon Sep 17 00:00:00 2001 From: Jonathan Broche Date: Mon, 10 Jul 2023 23:14:08 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65b07cc..a5f0053 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # CredCrack +⛔ [DEPRECATED]. This repo is no longer being maintained. Please consider using [CrackMapExec](https://github.com/mpgn/CrackMapExec). + ## Introduction -----