Skip to content

Instantly share code, notes, and snippets.

@abhiomkar
Created August 29, 2011 11:43
Show Gist options
  • Select an option

  • Save abhiomkar/1178236 to your computer and use it in GitHub Desktop.

Select an option

Save abhiomkar/1178236 to your computer and use it in GitHub Desktop.
Recursively Fetch all the possible URLs
wget -R.jpg,.jpeg,.gif,.png,.css,.js -c -r http://www.example.com/ -o urllog.txt
grep ' http' urllog.txt | awk '{print $3}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment