tomnomnom / waybackurls

Fetch all the URLs that the Wayback Machine knows about for a domain
3.41k stars 455 forks source link

not working #33

Open vansh1 opened 2 years ago

vansh1 commented 2 years ago

i am not able to use waybackurl for recon when i try use it i just giving blank lines as output , i have tried reinstalling it still issue not resolved please refer to link for screenshot of issue https://ufile.io/xri8ne9q

YSSVirus commented 2 years ago

Does this relate to my answer on #41

YSSVirus commented 2 years ago

If it is related to #41 you have to compile from source for some reason go install is installing waybackpy. You can build it buy running the following commands. 1.) git clone https://github.com/tomnomnom/waybackurls.git 2.) cd waybackurls 3.) go build main.go 4.) ./main -h

landoncrabtree commented 2 years ago

Having the same issue. Was working, now it seems to be outputting nothing.

echo target.com | waybackurls > out.txt cat out.txt

Just is an empty file. I'm thinking maybe some sort of rate limiting?

YSSVirus commented 2 years ago

Having the same issue. Was working, now it seems to be outputting nothing.

echo target.com | waybackurls > out.txt

cat out.txt

Just is an empty file. I'm thinking maybe some sort of rate limiting?

What fixed this for me was using the GitHub and compiling the source again. Maybe try this? Lmk if it works I commented the build instructions prior Also are you sure your using waybackurls maybe you accidentally chose waybackpy?

YSSVirus commented 2 years ago

Having the same issue. Was working, now it seems to be outputting nothing.

echo target.com | waybackurls > out.txt cat out.txt

Just is an empty file. I'm thinking maybe some sort of rate limiting?

Also try using the https or http form of the url that may help

landoncrabtree commented 1 year ago

I compiled from source. On Apr 23, 2022, 8:09 AM -0500, YSSVirus @.***>, wrote:

Having the same issue. Was working, now it seems to be outputting nothing. echo target.com | waybackurls > out.txt cat out.txt Just is an empty file. I'm thinking maybe some sort of rate limiting? What fixed this for me was using the GitHub and compiling the source again. Maybe try this? Lmk if it works I commented the build instructions prior Also are you sure your using waybackurls maybe you accidentally chose waybackpy? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>