https://github.com/mathis2001/webhackurls
Simple python OSINT tool for urls recon thanks to the waybackmachine.
https://github.com/mathis2001/webhackurls
bugbounty osint pentesting recon wayback-machine webarchive
Last synced: about 1 year ago
JSON representation
Simple python OSINT tool for urls recon thanks to the waybackmachine.
- Host: GitHub
- URL: https://github.com/mathis2001/webhackurls
- Owner: mathis2001
- Created: 2022-05-24T13:32:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T08:02:05.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T03:41:24.339Z (about 1 year ago)
- Topics: bugbounty, osint, pentesting, recon, wayback-machine, webarchive
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 39
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebHackUrls
Python OSINT tool for urls recon thanks to the waybackmachine.
## Prerequisites:
- requests
- selenium
- re
## Install:
```bash
$ git clone https://github.com/mathis2001/WebHackUrls
$ cd WebHackUrls
$ python3 webhackurls.py
```
## Usage:
```bash
./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

## Options:
```bash
-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
```
## Screenshots:





