handbook/tools/2.Scanning-and-Enumeration/2.Enumeration/Subdomain/Wayback Crawler.md
2024-08-31 01:07:22 +02:00

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