# 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 "Jcow" do @author = "Brendan Coles " # 2011-05-20 @version = "0.1" @description = "Jcow - social networking" @website = "http://www.jcow.net/" # Google results as at 2011-05-20 # # 161 for "Go to" "Admin CP" "Themes" "Username or Email" "Manage Blocks" # Dorks # @dorks = [ '"Go to" "Admin CP" "Themes" "Username or Email" "Manage Blocks"' ] # Matches # @matches = [ # Version Detection # Meta Generator { version: // }, # Version Detection # Powered by footer { version: /Powered by Jcow<\/strong> ([\d\.]+)<\/a>/ }, # Meta Generator { text: '' }, # HTML Comments { text: '' }, { text: '' }, { text: '' }, ] end