-
-
Couldn't load subscription status.
- Fork 47
Description
Model information
| Key | Value |
|---|---|
| Model name | FAST 5688S |
| Hardware Version | 1.0 |
| Software Version | SG_SIB2_05.008 |
Describe the bug
I used the quickstart script. I have tried both encryptions and I receive the usual error "Request timed-out. This is mainly due to using the wrong encryption method."
To Reproduce
Steps to reproduce the behavior:
- Copy the quickstart script. Fill out the necessary details
- Run it, observe error
- Change encryption method to MD5
- Run it, observe error
Expected behavior
Login would be succesfull and script would print additional inforamtion
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
This device is not supported in your page, however I would be happy to work with you to make it supported. I suspect the encryption is sha1 because of the following payload when logging in (Note the ha1 field)
session={"req_id":80,"sess_id":1605671195,"basic":false,"user":"admin","dataModel":{"name":"Internal","nss":[{"name":"gtw","uri":"http://sagemcom.com/gateway-data"}]},"ha1":"REDACTED","nonce":"1890188387"}'
Running $.xmo.getValuesTree("Device/DeviceInfo") yields:
$.xmo.getValuesTree("Device/DeviceInfo")
{
"DeviceInfo": {
"DeviceCategory": "",
"Manufacturer": "Sagemcom",
"ManufacturerOUI": "001556",
"ModelName": "SIB2",
"ModelNumber": "Fast5688s_Sunrise",
"Description": "",
"ProductClass": "FAST5688s",
"SerialNumber": "REDACTED",
"HardwareVersion": "1.0",
"SoftwareVersion": "SG_SIB2_05.008",
"AdditionalHardwareVersion": "1.0",
"AdditionalSoftwareVersion": "",
"ExternalFirmwareVersion": "SG_SIB2_05.008",
"InternalFirmwareVersion": "F5688s_RC5_v5.0.71",
"GUIFirmwareVersion": "",
"GUIAPIVersion": "",
"ProvisioningCode": "LM-PONA0000004288.120",
"UpTime": 598238,
"FirstUseDate": "2021-01-29T12:58:28+0100",
"MACAddress": "REDACTED",
"Mode": "GW",
"Country": "fr",
"RebootCount": 33,
"NodesToRestore": "",
"VendorConfigFiles": [
{
"uid": 1,
"Alias": "DEVICE_CONFIG",
"Name": "device.cfg",
"Version": "",
"Date": "1-01-01T01:00:00+0100",
"Description": "Gateway device configuration",
"UseForBackupRestore": false
}
],
"MemoryStatus": {
"Total": 457276,
"Free": 137444
},
"TemperatureStatus": {
"TemperatureSensors": []
},
"NetworkProperties": {
"MaxTCPWindowSize": 0,
"TCPImplementation": "",
"EthernetWanType": "XGS\n"
},
"RouterName": "Sunrise_Wi-Fi_REDACTED",
"RebootStatus": 0,
"ResetStatus": 0,
"UpdateStatus": 0,
"SNMP": false,
"FirstConnection": false,
"SimpleLogs": {
"SystemLog": "",
"FirewallLog": "",
"CallLog": ""
},
"BuildDate": "2023-07-11T20:51:02+0200",
"SpecVersion": "1.0",
"CLID": "",
"FlushDeviceLog": false,
"Processors": [],
"VendorLogFiles": [
{
"uid": 1,
"Alias": "operator_log_X",
"Name": "",
"MaximumSize": 0,
"Persistent": false,
"LogData": "",
"DiagnosticState": "NONE",
"ReverseChronological": true
}
],
"ProxierInfo": {
"ManufacturerOUI": "",
"ProductClass": "",
"SerialNumber": "",
"ProxyProtocol": ""
},
"Locations": [],
"APIVersion": "",
"Logging": {
"LogLevel": "Warning",
"ResetLogOper": false
},
"BackupTimeStamp": "2024-04-11T00:47:05+0200",
"ConfigBackupRestoreEnable": false,
"LastBackupDate": "2024-04-11T00:47:05+0200",
"LastRestoreDate": "1-01-01T01:00:00+0100",
"EventLog": "",
"BackupSoftwareVersion": "SG_SIB2_04.038",
"BootloaderVersion": "3.12.6-sec",
"FlashMemoryStatus": {
"Total": 0,
"Free": 0
},
"CustomerModelName": "",
"UserConfigFiles": []
}
}
[bug]