mirror of
https://github.com/openwrt-xiaomi/xmir-patcher.git
synced 2026-09-22 22:57:55 +03:00
connect: Update vulnerabilities and exploits info
This commit is contained in:
@@ -70,6 +70,11 @@ max_cmd_len = 100 - 1 - len(vuln_cmd)
|
||||
hackCheck = False
|
||||
|
||||
def exec_smart_cmd(cmd, timeout = 7, api = 'API/xqsmarthome/request_smartcontroller'):
|
||||
######
|
||||
# vuln/exploit author: Julien R. (SoEasY), Marin Duroyon
|
||||
# reg_code: CVE-2023-26319
|
||||
# publication: https://blog.thalium.re/posts/rooting-xiaomi-wifi-routers/
|
||||
######
|
||||
sc_command = cmd['command']
|
||||
payload = json.dumps(cmd, separators = (',', ':'))
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user