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

22 lines
612 B
JSON

{
"name": "Axis-PrintServer",
"author": "Andrew Horton",
"version": "0.1",
"description": "Axis 540/542 Network Print Server",
"website": "http://www.axis.com/products/axis_540p/index.htm",
"matches": [
{
"text": "<h2>Welcome to AXIS 540/542 Network Print Server</h2>"
},
{
"url": "/",
"regexp": "(?m-ix:<h2>Welcome to AXIS.*<hr><p>Name: ([\\S]+)<br>)"
},
{
"url": "/",
"regexp": "(?m-ix:<h2>Welcome to AXIS.*Software version: ([0-9\\.]+)<br>)",
"offset": 1
}
]
}