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

17 lines
637 B
JSON

{
"name": "MySQLMan",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "MySQLMan is a web based MySQL database manager.",
"website": "http://www.gossamer-threads.com/products/archive.html",
"matches": [
{
"text": "| <A href=\"mysql.cgi?do=top_level_op&data_source=&action=create_db\">Create</A>"
},
{
"regexp": "(?-mix:<p align=\"right\"><a href=\"http:\\/\\/www\\.gossamer-threads\\.com\\/scripts\\/\"><font face=\"Verdana, Arial, Helvetica\" size=\"1\">MySQLMan[\\s]+v\\. ([^\\s^<]+)<br>)",
"offset": 1
}
]
}