tomnomnom / waybackurls

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

waybackurls not working #47

Closed sushantsingh7 closed 1 year ago

sushantsingh7 commented 1 year ago

image

i am trying to work with waybackurls but not able to execute command saying command not found tried everything from the net but not working someone can help me with that

ROF618 commented 1 year ago

It could be that the go/bin directory is not in your $PATH. Have you been able to run other go applications on that system?

sushantsingh7 commented 1 year ago

It could be that the go/bin directory is not in your $PATH. Have you been able to run other go applications on that system? Hey @ROF618 hey man thanks for the advice actually i was able to run the command after running the mod.go and sending the file to /bin directory

ROF618 commented 1 year ago

It could be that the go/bin directory is not in your $PATH. Have you been able to run other go applications on that system? Hey @ROF618 hey man thanks for the advice actually i was able to run the command after running the mod.go and sending the file to /bin directory

Glad to hear it man. Happy hunting!