# 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 ## # Version 0.2 # 2011-02-10 # # Updated version detection ## WhatWeb::Plugin.define "GeekLog" do @author = "Brendan Coles " # 2010-09-25 @version = "0.2" @description = "Geeklog is an open source application for managing dynamic web content. It is written in PHP and supports MySQL, PostgreSQL, or MS SQL as the database backend." @website = "http://www.geeklog.net/" # 352 results for "powered by GeekLog" @ 2010-09-25 # Dorks # @dorks = [ '"powered by GeekLog"' ] # Matches # @matches = [ # Powered by text { text: 'Powered By Geeklog' }, { text: 'Powered By GeekLog' }, # HTML Comment { text: '' }, # Version Detection # Powered by text { version: /Powered by Geeklog ([\d\.a-z]{1,10})<\/a>/ }, ] end