mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "CrushFTP",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "A full-scale FTP server by Ben Spink written in Java using the SWING user interface libraries. [Mac OS/Windows/Linux]",
|
|
"website": "http://www.crushftp.com/",
|
|
"matches": [
|
|
{
|
|
"certainty": 25,
|
|
"text": "<script type=\"text/javascript\" src=\"crushftp_functions.js\"></script>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:^CrushFTP )",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"offset": 1,
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^CrushFTP (HTTP[\\d]? Server )?Version ([\\d\\.]+)$)"
|
|
},
|
|
{
|
|
"name": "CrushAuth Cookie",
|
|
"regexp": "(?-mix:^CrushAuth=)",
|
|
"search": "headers[set-cookie]"
|
|
},
|
|
{
|
|
"name": "WWW-Authenticate",
|
|
"search": "headers[www-authenticate]",
|
|
"regexp": "(?-mix:^Basic realm=\"CrushFTP Server Version ([\\d\\.]+)\"$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|