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

17 lines
478 B
JSON

{
"name": "MapServer-4-Windows",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "MapServer for Windows (MS4W)",
"website": "http://www.maptools.org/ms4w/",
"matches": [
{
"text": "<title>MS4W - MapServer 4 Windows</title>"
},
{
"regexp": "(?-mix:<h1>MS4W - MapServer 4 Windows - version ([^<]+)<\\/h1>\\s+<h2>Introduction<\\/h2>)",
"offset": 1
}
]
}