Sha256: 18e357dd83ca07df38b37324c94eb11d058b866033569beec84a6a627c2f5309
Contents?: true
Size: 1.53 KB
Versions: 6
Compression:
Stored size: 1.53 KB
Contents
# frozen_string_literal: true ## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## WhatWeb::Plugin.define "DaDaBIK" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-08-25 @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/" # Google results as at 2011-08-25 # # 22 for "Powered by: DaDaBIK database front-end" intitle:"DaDaBIK database front-end" # Dorks # @dorks = [ '"Powered by: DaDaBIK database front-end" intitle:"DaDaBIK database front-end"' ] # Matches # @matches = [ # Version Detection # Meta Generator { version: /<meta name="Generator" content="DaDaBIK ([^"^>]{1,10}) - http:\/\/www\.dadabik\.org\/">/ }, # Powered by footer { text: '<div class="powered_by_dadabik" align="right">Powered by: <a href="http://www.dadabik.org/">DaDaBIK</a> database front-end</div>' }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems