# 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 "Esvon-Classifieds" do @author = "Brendan Coles " # 2010-09-13 @version = "0.1" @description = "Intense research, development and testing has brought us to what we call Esvon Classifieds. This package is a good base for building a successful website and is created with high performance and scalable technology using PHP and MySQL." @website = "http://www.esvon.com/pg/products/p_classifieds/" # Google results as at 2010-09-13 # # 90 for "powered by Esvon Classifieds" # Dorks # @dorks = [ '"powered by Esvon Classifieds"' ] @matches = [ # HTML comment { text: '' }, # Powered by text { regexp: /Powered by Esvon ]+>Classifieds<\/a>/ }, ] end