Python OSINT tool for urls recon thanks to the waybackmachine.
- requests
- selenium
- re
$ git clone https://github.com/mathis2001/WebHackUrls
$ cd WebHackUrls
$ python3 webhackurls.py
./webhackurls.py [-h] -d target.xyz [-k keyword] [-l limit] [-s] [-r rate-limit] [-p proxy] [-o output] [-oD domain names output]
Can be use with other tools for more efficient results
-h, --help show this help message and exit
-d target domain (exp: target.com)
-k search for a specific extension or keyword (js, xml, json, pdf... or admin, login, dashboard...)
-l limit (number of links you want)
-s take screenshot of each url found
-r delay between two screenshots
-p send request for each url to the given proxy (exp: 127.0.0.1:8080)
-o Output file name
-oD Output file name for domain names