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

15 lines
555 B
JSON

{
"name": "axTLS",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "The axTLS embedded SSL project is a highly configurable client/server TLSv1 SSL library designed for platforms with small memory requirements. It comes with a small HTTP/HTTPS server and additional test tools.",
"website": "http://axtls.sourceforge.net/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^axhttpd\\/([^\\s]+)$)",
"offset": 1
}
]
}