handbook/tools/2.Scanning-and-Enumeration/2.Enumeration/Subdomain/Wayback Crawler.md

13 lines
555 B
Markdown
Raw Normal View History

2024-08-30 23:07:22 +00:00
## 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