Skip to content

Instantly share code, notes, and snippets.

@darkterminal
Forked from fer-ri/mirror.md
Created March 31, 2020 01:40
Show Gist options
  • Select an option

  • Save darkterminal/b818dd59f96c2862ff8b77da013b1ff1 to your computer and use it in GitHub Desktop.

Select an option

Save darkterminal/b818dd59f96c2862ff8b77da013b1ff1 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