mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"name": "SMART-SOFT-VCard-Server",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "SMART-SOFT VCard HTTP/SSL server",
|
|
"website": "http://www.smart-soft.ru/",
|
|
"matches": [
|
|
{
|
|
"text": "<title>Error</title></head><body><h1>403 - Directory browsing not allowed</h1><hr>SMART-SOFT VCard HTTP/SSL server"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>Error<\\/title><\\/head><body><h1>403 - Directory browsing not allowed<\\/h1><hr>SMART-SOFT VCard HTTP\\/SSL server \\(([^\\)]+)\\)<br>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>Error<\\/title><\\/head><body><h1>403 - Directory browsing not allowed<\\/h1><hr>SMART-SOFT VCard HTTP\\/SSL server \\([^\\)]+\\)<br>Server - ([\\w]+))"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:^SMART-SOFT VCard)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^SMART-SOFT VCard HTTP\\/SSL server \\(([^\\)]+)\\)$)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"name": "Exception header",
|
|
"regexp": "(?-mix:^Directory%20browsing%20not%20allowed$)",
|
|
"search": "headers[exception]"
|
|
}
|
|
]
|
|
}
|