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

22 lines
562 B
JSON

{
"name": "RoundCube",
"author": "Andrew Horton",
"version": "0.2",
"description": "Opensource Webmail written in PHP",
"website": "http://roundcube.net/",
"matches": [
{
"text": "<title>RoundCube Webmail :: Welcome to RoundCube Webmail</title>"
},
{
"text": "var rcmail = new rcube_webmail();"
},
{
"text": "<input name=\"_user\" id=\"rcmloginuser\""
},
{
"text": "$(document).ready(function(){ rcmail.init(); });"
}
]
}