assetfinder icon indicating copy to clipboard operation
assetfinder copied to clipboard

Install

Open tess-ss opened this issue 2 years ago • 3 comments

Install If you have Go installed and configured (i.e. with $GOPATH/bin in your $PATH):

go install github.com/tomnomnom/assetfinder@latest

tess-ss avatar May 20 '22 00:05 tess-ss

sudo go install github.com/tomnomnom/assetfinder@latest

pilot-steve avatar Sep 07 '22 09:09 pilot-steve

Install If you have Go installed and configured (i.e. with $GOPATH/bin in your $PATH):

go install github.com/tomnomnom/assetfinder@latest

I was about to say so

c4ir0 avatar Sep 18 '22 21:09 c4ir0

try this:

cd

nano .bashrc

append the following lines at the bottom:

export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH

CTRL+S CTRL+X

Finally type following in terminal:

 source .bashrc

and you are done:) try reinstalling the assetfinder

bughunter-loffy avatar Mar 27 '23 12:03 bughunter-loffy