-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM version? #50
Comments
Just go build?
|
I followed same steps but still kerbrute not working for me |
Please follow this Installation guide for ARM Architecture / Kali Linux (arm64) running on M1 MacBooks:
Clone the repository and edit Makefile
Modify and add arm64 in the ARCHS=amd64 386 arm64 Compile the code for Kali Linux (arm64)
Output:
Check
run the code
|
Building for linux amd64... If you get this error after you modify the Makefile, ensure you have golang-go installed. After installing: Everything went perfectly on Kali arm64 make linux ./kerbrute_linux_arm64
/ /_____ / / _______ / / Version: dev (9cfb81e) - 04/01/23 - Ronnie Flathers @ropnop This tool is designed to assist in quickly bruteforcing valid Active Directory accounts through Kerberos Pre-Authentication. Usage: Available Commands: Flags: Use "kerbrute [command] --help" for more information about a command. |
┌──(root㉿kali-linux-2022-2)-[~/Desktop/kerbrute-master] |
For anyone who tries building for arm64 and runs into the following error on Kali: "aarch64-linux-gnu-gccgo-14: error: unrecognized command-line option ‘-m64’" I was able to build kerbrute by using: $ go build -x |
I've got a Mac M1 so could we get an ARM version of this?
The text was updated successfully, but these errors were encountered: