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

19 lines
747 B
JSON

{
"name": "OpenSSL",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library.",
"website": "http://www.openssl.org/",
"matches": [
{
"regexp": "(?-mix:OpenSSL)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:[^\\r^\\n]*OpenSSL\\/([^\\s^\\r^\\n]+))",
"offset": 1
}
]
}