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

26 lines
1.5 KiB
JSON

{
"name": "GeoServer",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "GeoServer is part of The OpenGeo Suite and allows users to share and edit geospatial data. The GeoServer project is a full transactional Java (J2EE) implementation of the OpenGIS Consortium's Web Feature Server specification and Web Coverage Server specification, with an integrated Web Map Server.",
"website": "http://opengeo.org/technology/geoserver/",
"matches": [
{
"text": "<link rel=\"shortcut icon\" href=\"resources/org.geoserver.web.GeoServerBasePage/favicon.ico\"/>"
},
{
"text": "<link href=\"resources/org.geoserver.web.GeoServerBasePage/favicon.ico\" rel=\"shortcut icon\"/>"
},
{
"regexp": "(?-mix:<body>[\\s]+<p><b>Redirecting to the actual home page\\.<\\/b><\\/p>[\\s]+<p>If you're stuck here, it means you don't have javascript[\\s]+enabled\\. Javascript is required to actually use the GeoServer admin console.<\\/p>[\\s]+<\\/body>[\\s]+<\\/html>)"
},
{
"regexp": "(?-mix:<p>[\\s]+<span>This GeoServer instance is running version <strong>([^<^\\s]+)<\\/strong>\\. For more information please contact the <a href=\"[^\"^>]*\">administrator<\\/a>\\.<\\/span>[\\s]+<\\/p>[\\s]+<\\/div>)",
"offset": 1
},
{
"regexp": "(?-mix:<div id=\"welcome\">[\\s]+<p>[\\s]+This GeoServer belongs to <a><span>([^<]+)<\\/span><\\/a>\\.[\\s]+<\\/p>)"
}
]
}