diff --git a/README.md b/README.md index 0d5374e..a5f0053 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # CredCrack -##Introduction +⛔ [DEPRECATED]. This repo is no longer being maintained. Please consider using [CrackMapExec](https://github.com/mpgn/CrackMapExec). + +## 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 +43,7 @@ Examples: ## Examples ----- -###Enumerating Share Access +### Enumerating Share Access ``` ./credcrack.py -r 192.168.1.100 -d acme -u bob --es @@ -81,7 +83,7 @@ Password: [*] Done! Completed in 0.8s ``` -###Harvesting credentials +### Harvesting credentials ----- ``` @@ -120,13 +122,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) 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!