Skip to content

Instantly share code, notes, and snippets.

@GAZ082
Created May 6, 2020 14:42
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 GAZ082/ed7d42b5421d3eb79e5c036f4106d7e3 to your computer and use it in GitHub Desktop.
Save GAZ082/ed7d42b5421d3eb79e5c036f4106d7e3 to your computer and use it in GitHub Desktop.
Download cablemodem connection status page with wget.
wget --user xxx --password xxx --no-check-certificate -t 1 https://192.168.100.1/cmconnectionstatus.html
--no-check-certificate to avoid ssl errors
-t to do it just once, as this brings a SSL related bug but downloads the HTML file anyways.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment