Skip to content

Instantly share code, notes, and snippets.

@fer-ri
Last active November 5, 2021 11:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save fer-ri/cc99bceeafa5f25eebbb to your computer and use it in GitHub Desktop.
Save fer-ri/cc99bceeafa5f25eebbb to your computer and use it in GitHub Desktop.
Mirror Website Using Httrack Command Line
mkdir ~/Mirror

cd ~/Mirror

httrack --connection-per-second=8 --sockets=8 --keep-alive --display --verbose --advanced-progressinfo --disable-security-limits -i -s0 -m -F 'Mozilla/5.0 (X11;U; Linux i686; en-GB; rv:1.9.1) Gecko/20090624 Ubuntu/9.04 (jaunty) Firefox/3.5' -#L999999 http://domain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment