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

17 lines
1.0 KiB
JSON

{
"name": "DaDaBIK",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "DaDaBIK is an Open Source PHP application which allows you to easily create a highly customizable database front-end/application without coding. You can use it to create in a few minutes a very basic CRUD (create, read, update, delete) database front-end or to develop a more sophisticated database application. DaDaBIK uses the ADOdb and the PDO database abstraction libraries in order to support as many DBMSs as possible, at the moment it has been tested on MySQL, PostgreSQL, SQLite, Oracle and MS SQL Server.",
"website": "http://www.dadabik.org/",
"matches": [
{
"regexp": "(?-mix:<meta name=\"Generator\" content=\"DaDaBIK ([^\"^>]{1,10}) - http:\\/\\/www\\.dadabik\\.org\\/\">)",
"offset": 1
},
{
"text": "<div class=\"powered_by_dadabik\" align=\"right\">Powered by: <a href=\"http://www.dadabik.org/\">DaDaBIK</a> database front-end</div>"
}
]
}