Sha256: d209a9b6d2013a84e6ec65bf0b7c6a82c8adc5167f2b6bf38e393c509de31175
Contents?: true
Size: 845 Bytes
Versions: 6
Compression:
Stored size: 845 Bytes
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 "Post-Revolution" do @author = "Brendan Coles <bcoles@gmail.com>" # 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 <a href="http://www.postrev.com.ar/">Post Revolution</a>' }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems