assetfinder icon indicating copy to clipboard operation
assetfinder copied to clipboard

Not working with go1.15

Open devashishsoni opened this issue 4 years ago • 14 comments

does it not work with go1.15 or i am doing something wrong

devashishsoni avatar Aug 26 '20 19:08 devashishsoni

Working fine can you post screenshots or errors about it.

hunter0x8 avatar Sep 29 '20 20:09 hunter0x8

image

HackerEnchanted avatar Nov 08 '20 06:11 HackerEnchanted

downloaded go lang using apt-get install golang added it to the path too using the command export PATH=$PATH:/usr/local/go/bin

HackerEnchanted avatar Nov 08 '20 06:11 HackerEnchanted

@HackerEnchanted did you use the command "go get -u github.com/tomnomnom/assetfinder" to download and have you set the PATH for go?

hunter0x8 avatar Nov 08 '20 16:11 hunter0x8

@HackerEnchanted did you use the command "go get -u github.com/tomnomnom/assetfinder" to download and have you set the PATH for go?

yes i used apt-get install golang and then set the path to export PATH=$PATH:/usr/local/go/bin after which i used go get -u github.com/tomnomnom/assetfinder

HackerEnchanted avatar Nov 08 '20 16:11 HackerEnchanted

@HackerEnchanted go to path and check $ cd /usr/local/go/bin then $ls and share screenshot

hunter0x8 avatar Nov 08 '20 16:11 hunter0x8

image

HackerEnchanted avatar Nov 08 '20 16:11 HackerEnchanted

export GOROOT=/usr/local/go export GOPATH=$HOME/go export PATH=$GOPATH/bin:$GOROOT/bin:$PATH put this in .bashrc and do source .bashrc and then install it assetfinder again

hunter0x8 avatar Nov 08 '20 16:11 hunter0x8

@HackerEnchanted nano .bashrc ctrl+x to exit and then y to save then paste it in the end of line and then source .bashrc

hunter0x8 avatar Nov 08 '20 16:11 hunter0x8

image

HackerEnchanted avatar Nov 08 '20 16:11 HackerEnchanted

image

hunter0x8 avatar Nov 08 '20 16:11 hunter0x8

Yes it works now.Thanks a lot for your help and patience.

HackerEnchanted avatar Nov 08 '20 16:11 HackerEnchanted

This solves the issue I was having. Can this perhaps be added to README.md?

ghost avatar Jan 04 '21 09:01 ghost

If there is any solution to use in termux . Or with another command

lokeesh avatar Feb 04 '22 12:02 lokeesh