Skip to content

Instantly share code, notes, and snippets.

@Nav-Appaiya
Forked from fer-ri/mirror.md
Created March 4, 2021 14:41
Show Gist options
  • Save Nav-Appaiya/ade9f941c28adcf44664c3e7e5960048 to your computer and use it in GitHub Desktop.
Save Nav-Appaiya/ade9f941c28adcf44664c3e7e5960048 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