Skip to content

Commit

Permalink
build from source instead of using go get
Browse files Browse the repository at this point in the history
  • Loading branch information
suksit committed Sep 12, 2021
1 parent 00776dd commit 5a1169b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/intelligence-gathering/gobuster.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
INSTALL_LOCATION="gobuster"

# DEPENDS FOR DEBIAN INSTALLS
DEBIAN="golang"
DEBIAN="git,golang"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS="echo '\nexport GOPATH=$HOME/go' >> ~/.profile, . ~/.profile,go get github.com/OJ/gobuster,cp ~/go/bin/gobuster /usr/local/bin"
AFTER_COMMANDS="cd {INSTALL_LOCATION},go get,go build"

# THIS WILL CREATE AN AUTOMATIC LAUNCHER FOR THE TOOL
LAUNCHER="gobuster"

0 comments on commit 5a1169b

Please sign in to comment.