feature: add support for Goldshell HS5

This commit is contained in:
UpstreamData
2023-03-02 11:32:28 -07:00
parent 09f9028ab5
commit 720d4aec3d
20 changed files with 1449 additions and 10 deletions

View File

@@ -34,6 +34,9 @@ class PyasicSettings(metaclass=Singleton):
global_x19_password = "root"
global_x17_password = "root"
global_vnish_password = "admin"
global_goldshell_password = (
"123456789" # "bbad7537f4c8b6ea31eea0b3d760e257" in ciphertext
)
debug: bool = False
logfile: bool = False