# 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 "GuppY" do @author = "Brendan Coles " # 2010-08-06 @version = "0.2" @description = "An easy, free web portal, GuppY will allow you to generate very easily a complete and interactive web site. It requires no database." @website = "http://www.freeguppy.org/?lng=en" # Google results as at 2010-08-06 # # 326 for "Powered by GuppY" "CeCILL Free License" # Dorks # @dorks = [ '"Powered by GuppY" "CeCILL Free License"' ] # Matches # @matches = [ # Meta Generator { text: '' }, # Version Detection # Copyright Footer HTML { version: /
  Site powered by GuppY v([\d\.]+) <\/a>/ }, # Version Detection # HTML Comment { version: / / }, ] end