Skip to content

Instantly share code, notes, and snippets.

@pikpikcu
Created August 17, 2020 06:57
Show Gist options
  • Save pikpikcu/e7d16cb1da3591893f5f3cf0ce2cc106 to your computer and use it in GitHub Desktop.
Save pikpikcu/e7d16cb1da3591893f5f3cf0ce2cc106 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