mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
747 B
JSON
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
|
|
}
|
|
]
|
|
}
|