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

28 lines
889 B
JSON

{
"name": "Kleeja",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Kleeja is a free, open-source file upload system",
"website": "http://www.kleeja.com/",
"matches": [
{
"regexp": "(?-mix:<title>[^\\(]+\\(Powered by Kleeja\\)<\\/title>)"
},
{
"text": "<meta name=\"copyrights\" content=\"Powered by Kleeja :: kleeja.com\" />"
},
{
"text": "<meta name=\"Description\" content=\"Powered by Kleeja :: kleeja.com\" />"
},
{
"text": "Powered by <a href=\"http://www.kleeja.com/\" target=\"_blank\">Kleeja</a>"
},
{
"text": "<!-- IF REMOVE: Pay for a license -->"
},
{
"text": "<!-- IF REMOVE: Pay for a license - see http://www.kleeja.com -->"
}
]
}