# 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 "EasyFeeds" do @author = "Brendan Coles " # 2011-07-05 @version = "0.1" @description = "EasyFeeds is a powerful PHP based RSS reader and news aggregator." @website = "http://www.ktools.net/easyfeeds/" # 54 for "Partners" "Powered by" +EasyFeeds +"Ktools.net" # Dorks # @dorks = [ '"Partners" "Powered by" "EasyFeeds" "Ktools.net"' ] # Matches # @matches = [ # divs { text: '
' }, { text: '
' }, # Version Detection { version: /
Powered By:
EasyFeeds-([^<]+)
Ktools.net LLC-http:\/\/www.ktools.net<\/a><\/CENTER><\/td>/ }, # Login Page # Version Detection { version: /
Powered By:
EasyFeeds-([^<]+)
Ktools.net LLC-
http:\/\/www.ktools.net<\/a><\/CENTER><\/div>/ }, ] end