Created
May 6, 2020 14:42
-
-
Save GAZ082/ed7d42b5421d3eb79e5c036f4106d7e3 to your computer and use it in GitHub Desktop.
Download cablemodem connection status page with wget.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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