# 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 "PHP-CSL" do @author = "Brendan Coles " # 2011-06-25 @version = "0.1" @description = "PHP-CSL: Code Snippet Library. PHP-CSL is an online application written in PHP which enables authorised users to store and categorise code snippets." @website = "http://www.php-csl.com/" # 34 for "Powered by: PHP-CSL" # Dorks # @dorks = [ '"Powered by: PHP-CSL"' ] # Matches # @matches = [ # Meta Description { text: '' }, # HTML Comment { text: '' }, # Version Detection # Powered by link footer { version: /Powered by: PHP-CSL V([^<]+)<\/a> <\/td>/ }, ] end