Added cURL command for Wayback Machine querying

This commit is contained in:
@cnagy 2020-10-02 15:26:57 +00:00 committed by GitHub
parent e62b68a74b
commit 50c12f2e71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,7 @@
```bash
look for JS files, old links
curl -sX GET "http://web.archive.org/cdx/search/cdx?url=<targetDomain.com>&output=text&fl=original&collapse=urlkey&matchType=prefix"
```
* Using The Harvester (https://github.com/laramies/theHarvester)