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

18 lines
458 B
JSON

{
"name": "eXtplorer",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "eXtplorer is a PHP and Javascript-based File Manager",
"website": "http://extplorer.net/",
"matches": [
{
"url": "/extplorer.xml",
"regexp": "(?-mix:<version>([^<]+)<\\/version>)",
"offset": 1
},
{
"text": "<title>Login - eXtplorer</title>"
}
]
}