# 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 "Post-Revolution" do @author = "Brendan Coles " # 2011-08-06 @version = "0.1" @description = "Post Revolution - CMS" @website = "http://postrev.com.ar/" # Google results as at 2011-08-06 # # 39 for "Powered by Post Revolution" # 85 for inurl:verpost.php?id_noticia # Dorks # @dorks = [ '"Powered by Post Revolution"', 'inurl:verpost.php?id_noticia' ] # Matches # @matches = [ # Powered by text { text: 'Powered by Post Revolution' }, ] end