tomnomnom / assetfinder

Find domains and subdomains related to a given domain
MIT License
3.02k stars 483 forks source link

Install #51

Open tess-ss opened 2 years ago

tess-ss commented 2 years ago

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

go install github.com/tomnomnom/assetfinder@latest
pilot-steve commented 2 years ago

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

c4ir0 commented 2 years ago

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

bughunter-loffy commented 1 year ago

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