-
used this command to install "sudo go install github.com/tomnomnom/waybackurls@latest", im on ubuntu.
-
First of all, thanks for sharing this tool! I am eagerly trying to test it out and have installed all prerequisites etc on Kali. However, all URLs I throw at TerminatorZ, it says "Total URLs found 0".…
Jflye updated
2 weeks ago
-
I am unable to install this tool on my parrot vm with that command "go install github.com/tomnomnom/waybackurls@latest"
Can anyone help me??
-
Use waybackurls to get more js files, so more juicy endpoints.
kindly update the script.
-
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
`…
0blio updated
3 years ago
-
## Steps to reproduce
- clone waybackurl git repo
- direct to waybackurl directory
- run go build
## Error facing right now
![Capture](https://user-images.githubusercontent.com/32858162/110069707…
-
Excellent script—thank you for that!
I encountered issues with the "httpx -s" option, which has been deprecated. Here’s how I adjusted the script:
Original Line:
waybackurls $domain | grep -E "…
-
To do not include subdomains of targets in waybackurls "_**-no-subs**_" flag need to use.
The resulting command will be " _**waybackurls -no-subs $1**_ "
![Selection_006](https://user-images.…
-
```
go get -v github.com/tomnomnom/waybackurls
github.com/tomnomnom/waybackurls
# github.com/tomnomnom/waybackurls
./main.go:191: u.Hostname undefined (type *url.URL has no field or method Hostnam…
-
Hello,
when I install this tool using the command `go get github.com/tomnomnom/waybackurls` it successfully installed but upon running it showed the following error
`bash: waybackurls: command not …