Sha256: 8c4b1ddf1470b29b345e795aae4e45b8e94381d9c0f6bc3268aab6b1f9b22a63

Contents?: true

Size: 1.08 KB

Versions: 6

Compression:

Stored size: 1.08 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 "FestOS" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-07-18
  @version = "0.1"
  @description = "FestOS is web-based arts-n-crafts festival management software"
  @website = "http://festengine.org/"

  # 5 results for +"powered by FestOS" @ 2010-07-18

  # Dorks #
  @dorks = [
    '"powered by FestOS"'
  ]

  @matches = [

    { regexp: /Powered by[\ FestOS,]* <a href="http:\/\/[festengine.org\/|www.festengine.org\/|skypanther.com\/festos.php]+" title="FestOS, [the\ festival\ engine|the\ Festival\ Engine|the\ web\-based\ festival\ manager]+"[\ target="_blank"]*>[FestOS|FestOS&trade;|www.festengine.org]+<\/a>/ },

    { text: '	<meta name="author" content="FestOS by Skypanther Studios">' },
    { text: '	<meta name="author" content="Skypanther Studios">', certainty: 75 },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/festos.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/festos.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/festos.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/festos.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/festos.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/festos.rb