Files
OneForAll-mirror/data/rules/whatweb/unimep-station-controller.json
T
2020-07-29 00:02:06 +08:00

25 lines
866 B
JSON

{
"name": "Unimep-Station-Controller",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Mepsan fuel pump controller",
"website": "http://www.mepsan.com.tr/eng/index.htm",
"matches": [
{
"text": "<META Name=\"Description\" Content=\"UniMep Station Controller\">"
},
{
"text": "<center><a href=\"cgi-bin/usc.ver.cgi\">USC&nbsp;Version</a>"
},
{
"regexp": "(?-mix:<TITLE>([A-F:\\d]{17}) UniMep Station Controller<\\/TITLE>)"
},
{
"text": "<a href=\"cgi-bin/log.log.cgi\" target=\"_blank\">Log1.cgi</a>&nbsp;<a href=\"/Log.log\" target=\"_blank\">Log1.log</a>"
},
{
"text": "<input type='button' value='Cashier' onclick=\"window.open('/cgi-bin/cashier.cgi?usc_ip="
}
]
}