# 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 "LandShop" do @author = "Brendan Coles " # 2012-04-01 @version = "0.1" @description = "LandShop - Open Source Real Estate System" @website = "http://www.landshop.gr/" # Google results as at 2012-04-01 # # 59 for "Powered by LandShop" inurl:"action" # Dorks # @dorks = [ '"Powered by LandShop" inurl:"action"' ] # Matches # @matches = [ # Powered by { regexp: /Land[Ss]hop®<\/sup><\/a>
/ }, # div class="more CAT" { text: '
/action/contacts.php?action=list"><#list_contacts#>-->' }, ] end