Sha256: e0a984c791688089177ce5b7854a45a31230d32e9026c20fcbc46e89125357b4
Contents?: true
Size: 1.47 KB
Versions: 6
Compression:
Stored size: 1.47 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 "Newscoop" do @author = "Brendan Coles <bcoles@gmail.com>" # 2012-05-09 @version = "0.1" @description = "Open content management system for professional journalists & online newspapers." @website = "http://www.sourcefabric.org/en/newscoop/" # Google results as at 2012-04-10 # # 49 for intitle:"Login" inurl:admin "Newscoop" "the open content management system for professional journalists." # Dorks # @dorks = [ 'intitle:"Login" inurl:admin "Newscoop" "the open content management system for professional journalists."' ] # Matches # @matches = [ # /admin/ # Admin Page # Version Detection { version: /<a href="http:\/\/newscoop\.sourcefabric\.org\/" target="_blank">\s+Newscoop<\/a> ([\d\.]+)[^,]*,\s+the open content management system for professional journalists\./ }, # Powered by text { text: 'Powered by Newscoop, the open content management system for professional journalists.<br />' }, { text: 'Powered by <a href="http://newscoop.sourcefabric.org/" target="_blank">Newscoop</a>, the open content management system for professional journalists.' }, # Meta Generator { text: '<meta name="generator" content="Newscoop" />' }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems