Skip to content

Instantly share code, notes, and snippets.

@Lathanao
Created June 10, 2024 14:10
Show Gist options
  • Save Lathanao/1053d6b4a9d0f4e0b8510717db45f9ab to your computer and use it in GitHub Desktop.
Save Lathanao/1053d6b4a9d0f4e0b8510717db45f9ab to your computer and use it in GitHub Desktop.
Wget warmer scanner
# https://www.monolune.com/articles/how-to-download-a-copy-of-a-website-using-wget/
# Will scan all the webisite and save everything in some directory.
wget --mirror
--convert-links
--adjust-extension
--page-requisites
--no-parent
--wait=0.1
--random-wait
https://www.example.com/pages/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment