# Week 31 - WayBack Machine

Looking for a way to improve your enumeration and OSINT?\
&#x20;\
Did you know that you can use the Wayback Machine to spider an application and find GET parameters to target? Just visit the below URL:\
&#x20;\
<https://web.archive.org/cdx/search/cdx?url=echeloncyber.com/*&output=text&fl=original&collapse=urlkey>\
&#x20;\
I find this link super helpful, especially if I’m looking to discover GET parameters, subdomains, files, or leaked tokens. It’s also great to use in Python scripts to quickly enumerate an application. Much easier to parse than results from Google Dorking!\
&#x20;\
Check out the article linked in the comments for how this resource led to an account takeover on a bug bounty site.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.webhackingtips.com/week-31-wayback-machine.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
