andrewfraley / arris_cable_modem_stats

Retrieves stats from Arris cable modems and sends to InfluxDB
53 stars 34 forks source link

New SB8200 firmware on Cox has broken login #46

Open DigitalHype opened 2 years ago

DigitalHype commented 2 years ago

Cox did a firwmare upgrade last night that has broken auth/login. The status page now returns 404. When I login in via web browser I'm seeing the url has changed and is now using php.

New status page URL now looks like this:

https://192.168.100.1/cmconnectionstatus.php?ct_83e452a103e3ea40437328e67750d735

script debug output

2022-06-08 23:41:56,085 INFO Getting config from: /home/bbird/arris_cable_modem_stats/src/config.ini 2022-06-08 23:41:56,164 INFO Obtaining login session from modem 2022-06-08 23:41:56,167 DEBUG Starting new HTTPS connection (1): 192.168.100.1:443 2022-06-08 23:41:56,191 DEBUG https://192.168.100.1:443 "GET /cmconnectionstatus.html?login_YWRtaW46Qkc0MDQ3NTQ= HTTP/1.1" 404 341 2022-06-08 23:41:56,192 ERROR Error authenticating with https://192.168.100.1/cmconnectionstatus.html 2022-06-08 23:41:56,193 ERROR Status code: 404 2022-06-08 23:41:56,193 ERROR Reason: Not Found 2022-06-08 23:41:56,193 INFO Unable to obtain valid login session, sleeping for: 10s

andrewfraley commented 2 years ago

Dang, wish they'd quit changing it :) I'll probably have to wait for Comcast to release this before I can investigate it, but hopefully it won't be long.

andrewfraley commented 2 years ago

Still no changes from Comcast.

DigitalHype commented 2 years ago

Still no changes from Comcast.

Surprised. Usually Cox follows Comcast's lead on this sort of thing. On the plus side, this firmware does bring the spectrum analyzer back.