Merge pull request #250 from c-nagy/master

Added cURL command for Wayback Machine querying
This commit is contained in:
Swissky 2020-10-02 19:30:42 +02:00 committed by GitHub
commit e081b3afab
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)