Skip to content

Commit

Permalink
Merge pull request #108 from QU35T-code/kerbrute/fix
Browse files Browse the repository at this point in the history
Troubleshooting kerbrute installation (AMD + ARM)
  • Loading branch information
ShutdownRepo authored Feb 28, 2023
2 parents c124dde + b385a78 commit f7beaa8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions sources/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2456,16 +2456,9 @@ function install_crackhound() {

function install_kerbrute() {
colorecho "Installing Kerbrute"
if [[ $(uname -m) = 'x86_64' ]]
then
wget https://github.com/ropnop/kerbrute/releases/latest/download/kerbrute_linux_amd64 -O /opt/tools/bin/kerbrute
else
criticalecho-noexit "This installation function doesn't support architecture $(uname -m)" && return
fi
chmod +x /opt/tools/bin/kerbrute
go install github.com/ropnop/kerbrute@latest
add-history kerbrute
add-test-command "kerbrute --help"
# FIXME ARM platforms install ?
}

function install_searchsploit() {
Expand Down

0 comments on commit f7beaa8

Please sign in to comment.