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

35 lines
1.4 KiB
JSON

{
"name": "SQLiteManager",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "SQLiteManager - Web-based SQLite administration",
"website": "http://www.sqlitemanager.org",
"matches": [
{
"text": "<!-- SQLiteFunctionProperties.class.php : propView() -->"
},
{
"text": "<!-- common.lib.php : displayMenuTitle() -->"
},
{
"text": "<td style=\"white-space: nowrap\">\t<form name=\"database\" action=\"main.php\" enctype=\"multipart/form-data\" method=\"POST\" onSubmit=\"checkPath();\" target=\"main\">"
},
{
"text": "<h2 class=\"sqlmVersion\">Database : <a href=\"main.php?dbsel="
},
{
"regexp": "(?-mix:<title>(SQLite version [\\d\\.\\s-]+)(undefined)?<\\/title>)"
},
{
"regexp": "(?-mix:<h2 class=\"sqlmVersion\">Welcome to <a href=\"http:\\/\\/www\\.sqlitemanager\\.org\" target=\"_blank\">SQLiteManager<\\/a> version ([^\\s^>]+)<\\/h2>)",
"offset": 1
},
{
"regexp": "(?-mix:<h4 class=\"serverInfo\">(SQLite version [\\d\\.\\s-]+)(undefined)? \\/ PHP version 5.2.17<\\/h4>)"
},
{
"regexp": "(?-mix:<h4 class=\"serverInfo\">SQLite version [\\d\\.\\s-]+(undefined)? \\/ (PHP version [^\\s^<]+)<\\/h4>)"
}
]
}