Skip to content

Instantly share code, notes, and snippets.

@bojanbjelic
Created August 19, 2015 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bojanbjelic/07f5cb683374846275ea to your computer and use it in GitHub Desktop.
Save bojanbjelic/07f5cb683374846275ea to your computer and use it in GitHub Desktop.
wget directory structure (auto index, browsing allowed)
wget -nv -r -np -N --spider -l 6 --no-check-certificate -e robots=off --reject-regex="(\?C=)|(.*/img)|(.*/icons)|(.*/audio)|(.*/css)|(.*/img)|(.*/js)|(.*/swf)|(.*/images)|(.*/video)|(.*/sound)" -R "ico,html,txt,xml,json,jar,swf,zip,7z,unity3d,xnb,mp3,ogg,md5,pdb,exe" "http://www.example.int/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment