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

19 lines
542 B
JSON

{
"name": "Webduino",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Simple and extensible web server library for the Arduino using the Wiznet-based Ethernet shields.",
"website": "https://code.google.com/p/webduino/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^Webduino$)"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Webduino\\/([^\\s]+))",
"offset": 1
}
]
}