Firmware:
TOTOLINK:A860R V4.1.2cu.5182_B20201027
http://www.totolink.cn/home/menu/detail.html?menu_listtpl=download&id=62&ids=36
Detail:
V14 Obtains the data transferred by the front end through GET
Then the program copied the data into V27 after splitting the "/" data several times .
Then through
Sprintf (v24, "echo appId:%s versionId:%s path:%s fileName:%s >>/ TMP /download", V26, v27, (const char *) V8, V20);
This line of functions copies the data into the V24 array, and again executes directly with System
