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

19 lines
637 B
JSON

{
"name": "Spyglass-MicroServer",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Spyglass MicroServer is a small footprint, scalable, embedded Web server that is standards-based, customizable and features dynamic content generation with multi-platform support.",
"website": null,
"matches": [
{
"regexp": "(?-mix:^Spyglass_MicroServer)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Spyglass_MicroServer\\/(.+)$)",
"offset": 1
}
]
}