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.