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

21 lines
530 B
JSON

{
"name": "net2ftp",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "net2ftp is a web based FTP client",
"website": "http://www.net2ftp.com/",
"matches": [
{
"certainty": 25,
"text": "<title>net2ftp - a web based FTP client</title>"
},
{
"regexp": "(?-mix:<!-- net2ftp version ([^\\s]+) -->)",
"offset": 1
},
{
"text": "<!-- End of net2ftp login form -->"
}
]
}