Sha256: b1dc7ca53651d9d1b174863ea6d51861734d3c9c57a8ecad5697435a9fb6bb50
Contents?: true
Size: 1.23 KB
Versions: 6
Compression:
Stored size: 1.23 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 "Car-Portal" do @author = "Brendan Coles <bcoles@gmail.com>" # 2012-04-30 @version = "0.1" @description = "Car Portal is a powerful, professional looking and easy customizable php script for running auto classieds websites." @website = "http://www.netartmedia.net/carsportal" # Google results as at 2012-04-30 # # 34 for "Powered by Car Portal" "Frequently asked questions" # 8 for inurl:"cars/admin/index.php" # Dorks # @dorks = [ '"Powered by Car Portal" "Frequently asked questions"' ] # Matches # @matches = [ # Search Button { text: '<div onmousedown="javascript:gSubmitForm()" class="main_form_search_button">SEARCH</div>' }, # Powered by link { text: 'Powered by <a href="http://www.netartmedia.net/carsportal">Car Portal</a>' }, # ./cars/admin/admin.php # Admin Page # Version Detection { version: /<TD bgcolor="#000000" class="bodyfontwhite"><strong> Car Script v([^\s]+) by<br>/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems