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

17 lines
585 B
JSON

{
"name": "phpMyBackupPro",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "phpMyBackup Pro is a very easy to use, free, web-based MySQL backup application, licensed under the GNU GPL.",
"website": "http://www.phpmybackuppro.net/",
"matches": [
{
"search": "headers[www-authenticate]",
"regexp": "(?-mix:[bB]asic realm=\"phpMyBackupPro\")"
},
{
"text": "Please login (use your MySQL username and password): <a href=\"index.php?login=TRUE\">Login</a>"
}
]
}