mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-02-22 06:33:45 +00:00
Merge pull request #250 from c-nagy/master
Added cURL command for Wayback Machine querying
This commit is contained in:
commit
e081b3afab
@ -38,6 +38,7 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
look for JS files, old links
|
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)
|
* Using The Harvester (https://github.com/laramies/theHarvester)
|
||||||
|
Loading…
Reference in New Issue
Block a user