Skip to content

Instantly share code, notes, and snippets.

@MrThreat
Created October 13, 2017 18:58
Show Gist options
  • Save MrThreat/fbeb32888feea84b4e9e0d86f96903d0 to your computer and use it in GitHub Desktop.
Save MrThreat/fbeb32888feea84b4e9e0d86f96903d0 to your computer and use it in GitHub Desktop.
curl | site | page | link dumper
curl http://$1 2>&1 |grep -o -E 'href="([^"#]+)"' |cut -d'"' -f2 |sort -u |sed '/^\// d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment