Skip to content

Commit

Permalink
Fixing the mess
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez committed Mar 4, 2024
1 parent 063ac18 commit a9f7c2e
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 234 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ function install_tools() {
eval go get $DEBUG_STD && eval go build $DEBUG_STD && eval chmod +x ./nomore403 $DEBUG_STD
fi
if [[ "brutespray" == "$repo" ]]; then
eval git reset --hard origin/main $DEBUG_STD
eval git pull $DEBUG_STD
eval go build -o brutespray main.go $DEBUG_STD && eval chmod +x ./brutespray $DEBUG_STD
fi
if [[ "wapiti" == "$repo" ]]; then
Expand Down
Loading

0 comments on commit a9f7c2e

Please sign in to comment.