https://github.com/arshadkazmi42/wbm
Waybackmachine to pull all wayback urls of input domain
https://github.com/arshadkazmi42/wbm
bugbounty wayback-machine
Last synced: about 1 year ago
JSON representation
Waybackmachine to pull all wayback urls of input domain
- Host: GitHub
- URL: https://github.com/arshadkazmi42/wbm
- Owner: arshadkazmi42
- License: mit
- Created: 2021-03-04T03:10:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T01:02:52.000Z (over 5 years ago)
- Last Synced: 2025-02-08T07:27:58.737Z (over 1 year ago)
- Topics: bugbounty, wayback-machine
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wbm
Waybackmachine to pull all wayback urls of input domain
## Setup
```
pip3 install -r requirements.txt
```
## Usage
### get_urls.py
Pull out all the wayback urls from waybackmachine response and add in a text file "allurls.txt"
```
ls DIRECTORY | python3 get_urls.py {DIRECTORY}
```
### get_wayback_urls.py
Get all wayback urls from waybackmachine
```
python3 get_wayback_urls.py {DOMAIN}
```
### start_engine.py
Downloads content of the URL from wayback machine response. Pulls each url, formats name, download the content and store it in a file
> Note: All config for this are inside the file
```
python3 start_machine.py
```