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

40 lines
1.9 KiB
JSON

{
"name": "Ricoh-Photocopier",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Ricoh photocopier web interface",
"website": "http://www.ricoh.com/",
"matches": [
{
"text": "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"background:url(/images/settingDivision.gif) repeat-x bottom;\">"
},
{
"text": "<meta http-equiv=\"refresh\" content=\"1; URL=/web/guest/en/websys/webArch/message.cgi?messageID=MSG_JAVASCRIPTOFF&buttonURL=/../../../\">"
},
{
"url": "/web/guest/en/websys/webArch/header.cgi",
"regexp": "(?-mix:<span class=\"modelName\">([^<]+)<\\/span>)"
},
{
"url": "/web/guest/en/websys/webArch/topPage.cgi",
"regexp": "(?-mix:<td nowrap align=\"\">Device Name<\\/td>[\\s]+<td nowrap>:<\\/td>[\\s]+<td nowrap>([^<]+)<\\/td>)"
},
{
"url": "/web/guest/en/websys/webArch/topPage.cgi",
"regexp": "(?-mix:<td nowrap align=\"\">Host Name<\\/td>[\\s]+<td nowrap>:<\\/td>[\\s]+<td nowrap>([^\\s^<]+)<\\/td>)"
},
{
"url": "/web/guest/en/websys/netw/getInterface.cgi",
"regexp": "(?-mix:<td (xmlns:axsl=\"[^\"]+\" )?nowrap align=\"left\" width=\"150\">MAC Address<\\/td>[\\s]+<td xmlns:axsl=\"http:\\/\\/localhost\" nowrap>:<\\/td>[\\s]+<td nowrap>([^\\s^<]+)<\\/td>)"
},
{
"url": "/web/guest/en/websys/status/configuration.cgi",
"regexp": "(?-mix:<td nowrap align=\"\">Model Name<\\/td>[\\s]+<td nowrap>:<\\/td>[\\s]+<td nowrap>([^<]+)<\\/td>)"
},
{
"url": "/web/guest/en/websys/status/configuration.cgi",
"regexp": "(?-mix:<td nowrap align=\"left\">Total Memory<\\/td>[\\s]+<td nowrap>:<\\/td>[\\s]+<td nowrap>([^\\s^<]+)<\\/td>)"
}
]
}