An open API service indexing awesome lists of open source software.

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

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
```