This Python script is used to extract URLs from the https://web.archive.org. It can be used to specify a single domain or a list of domains from which URLs will be extracted.
git clone https://github.com/Mr0Wido/webarchive.py.git
cd webarchive.py
python3 webarchive.py
python3 webarchive.py -d example.com
python3 webarchive.py -d example.com -o result.txt
python3 webarchive.py -l example.txt
| Flags | Description | |
|---|---|---|
| -h | --help | Show this help message and exit. |
| -d | --domain | Domain name. |
| -o | --output | Output file to save urls. |
| -l | --list | Domain list file. |
argparse
requests
json