From 191510e296b448f09bb454b0098eec7a61dd156b Mon Sep 17 00:00:00 2001 From: Ronnie Flathers Date: Wed, 6 Mar 2019 20:54:39 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1b7c1fd..cf9d9cd 100644 --- a/README.md +++ b/README.md @@ -164,3 +164,6 @@ $ ls dist/ kerbrute_darwin_386 kerbrute_linux_386 kerbrute_windows_386.exe kerbrute_darwin_amd64 kerbrute_linux_amd64 kerbrute_windows_amd64.exe ``` + +## Credits +Huge shoutout to jcmturner for his pure Go implemntation of KRB5: https://github.com/jcmturner/gokrb5 . An amazing project and very well documented. Couldn't have done any of this without that project.