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

15 lines
586 B
JSON

{
"name": "Seminole",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Seminole is an embeddable webserver toolkit designed to be non-invasive and easily retrofitted to existing applications, lightweight with low resource consumption, and highly reliable with proper standards compliance and security safeguards. ",
"website": "http://gladesoft.com/products/seminole/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^Seminole\\/([^\\s]+))",
"offset": 1
}
]
}