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

15 lines
641 B
JSON

{
"name": "Boa-WebServer",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.4",
"description": "Boa Webserver - Do You Feel the Need for Speed? Boa currently seems to be the favorite web server in the embedded crowd, and embedded Linux, despite all the marketing hype, really is a big deal. Supposedly, an older version of Boa, v0.92q, runs in 32K address space on m68k, like used in uCLinux.",
"website": "http://www.boa.org/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^[\\s]*Boa\\/([^\\s]+))",
"offset": 1
}
]
}