From 50c12f2e71a2c2b6b36fa17ecd14c9f5ab1d61aa Mon Sep 17 00:00:00 2001 From: "@cnagy" <3061769+c-nagy@users.noreply.github.com> Date: Fri, 2 Oct 2020 15:26:57 +0000 Subject: [PATCH] Added cURL command for Wayback Machine querying --- Methodology and Resources/Methodology and enumeration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Methodology and Resources/Methodology and enumeration.md b/Methodology and Resources/Methodology and enumeration.md index 8270db14..83c03d45 100644 --- a/Methodology and Resources/Methodology and enumeration.md +++ b/Methodology and Resources/Methodology and enumeration.md @@ -38,6 +38,7 @@ ```bash look for JS files, old links + curl -sX GET "http://web.archive.org/cdx/search/cdx?url=&output=text&fl=original&collapse=urlkey&matchType=prefix" ``` * Using The Harvester (https://github.com/laramies/theHarvester)