Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

httprobe, waybackurls, unfurl #21

Open
0blio opened this issue Aug 5, 2019 · 17 comments
Open

httprobe, waybackurls, unfurl #21

0blio opened this issue Aug 5, 2019 · 17 comments

Comments

@0blio
Copy link

0blio commented Aug 5, 2019

I got the following errors:

./lazyrecon.sh: line 74: httprobe: command not found
./lazyrecon.sh: line 49: waybackurls: command not found
./lazyrecon.sh: line 50: unfurl: command not found

The other tools are working perfectly, so It seems to be a problem related to the go installation.
Any hints?

@plenumlab
Copy link
Contributor

plenumlab commented Aug 6, 2019

Yes this is a go issue, did you use the install script?
you can try to do it manually the following steps should solve your issue

wget https://dl.google.com/go/go1.12.7.linux-amd64.tar.gz
sudo tar -xvf go1.12.7.linux-amd64.tar.gz
sudo mv go /usr/local
echo 'export GOROOT=/usr/local/go' >> ~/.bash_profile
echo 'export GOPATH=$HOME/go'	>> ~/.bash_profile			
echo 'export PATH=$GOPATH/bin:$GOROOT/bin:$PATH' >> ~/.bash_profile	

@0blio
Copy link
Author

0blio commented Aug 6, 2019

It doesn't seem to work.
I also tried to reinstall all in a fresh VM.

@plenumlab
Copy link
Contributor

what os + version you have

@0blio
Copy link
Author

0blio commented Aug 7, 2019

I tried on the following distros:

  • Kali Linux last version
  • Fresh Linux Mint installation

@plenumlab
Copy link
Contributor

first check if go is intalled and added to your path.
you can try sudo apt-get install golang-go
go version
then check go paths
go env
Make sur that GOROOT and GOPATH are properly configured
if that works intall the tools manually

go get -u github.com/tomnomnom/unfurl 
go get github.com/tomnomnom/waybackurls
go get -u github.com/tomnomnom/httprobe 

then check the tools are working
unfurl -h

@d0xo
Copy link

d0xo commented Aug 7, 2019

I had this issue on a VPS, it was GO related and path and root was not configured correctly

@sushantdhopat
Copy link

i have install httpprobe usimh this command "go get -u github.com/tomnomnom/httprobe"
but at the time of using i pass th command "cat /root/Desktop/domains.txt | httprobe"
i got this error "bash: httprobe: command not found"
so whats happen plz any help?

@sushantdhopat
Copy link

sushantdhopat commented Jun 14, 2020 via email

@iamayushag
Copy link

Capture
Any Fix

@sushantdhopat
Copy link

sushantdhopat commented Aug 8, 2020

Fist go to $>cd go/bin
then you see there waybackurls then type following cmd.
$> cp waybackurls /usr/local/bin

And see your error is getting solve .

@hetmehtaa
Copy link

You are typing go git github.com/tomnomnom/waybackurls, Try to insert -u.

go get -u github.com/tomnomnom/waybackurls

@kabilan1290
Copy link

kabilan1290 commented Sep 16, 2020

Fist go to $>cd go/bin
then you see there waybackurls then type following cmd.
$> cp waybackurls /usr/local/bin

And see your error is getting solve .

This fixed my issue.Thanks a lot.

@HariKishor3
Copy link

Fist go to $>cd go/bin
then you see there waybackurls then type following cmd.
$> cp waybackurls /usr/local/bin

And see your error is getting solve .

Fist go to $>cd go/bin
then you see there waybackurls then type following cmd.
$> cp waybackurls /usr/local/bin
And see your error is getting solve .

This fixed my issue.Thanks a lot.

when i give go/bin its showing no such file or directory
what to do , i tried it in both root and normal user in both it shows the same error message

@HariKishor3
Copy link

Fist go to $>cd go/bin
then you see there waybackurls then type following cmd.
$> cp waybackurls /usr/local/bin
And see your error is getting solve .

This fixed my issue.Thanks a lot.

i tried this but it is showing no such file or directory ? and i gone through the files system there is no such folder as go .
have you installed go manually or?

@iamayushag
Copy link

iamayushag commented Jan 24, 2021 via email

@storenth
Copy link

Looks like no issue related to lazyrecon. I suggest to close it.

@KIRANNAIR1
Copy link

Fist go to $>cd go/bin
then you see there waybackurls then type following cmd.
$> cp waybackurls /usr/local/bin

And see your error is getting solve .

Thank you so much, It worked for me.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants