13 lines
555 B
Markdown
13 lines
555 B
Markdown
## What is Wayback Crawler
|
|
The tool initially discovers subdomains, and subsequently searches the Wayback Machine for all the associated URLs to identify any vulnerable parameters that might have been exposed.
|
|
|
|
## Common Use and Commands:
|
|
Launch the program
|
|
```
|
|
python3 wayback_crawler.py ---> Launch the script
|
|
```
|
|
|
|
## More Information
|
|
For more information on Wayback-Crawler, including the latest updates and documentation, please visit the project's official Github repository: https://github.com/Hacking-Notes/Wayback-Crawler
|
|
|