Sha256: d4f9f5cc09a3f92e1147c924e377850e0d493ca0564164bf6e8eb5972eb4bdc2
Contents?: true
Size: 1.05 KB
Versions: 6
Compression:
Stored size: 1.05 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 "SuperSalon-POS" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-06-22 @version = "0.1" @description = "SuperSalon is one of the newest salon software systems in the market, but has already been licensed in thousands of national chain, regional chain and independent salons and cosmetology schools in the US, Canada, Europe and Asia, making it one of the most widely licensed salon POS software in the world." @website = "http://www.supersalon.com/" # ShodanHQ results as at 2011-06-22 # # 403 for "SuperSalon POS" # Passive # def passive(target) m = [] # WWW-Authenticate realm m << { name: "WWW-Authenticate realm" } if target.headers["www-authenticate"] =~ /^Basic realm="SuperSalon POS"$/ # Return passive matches m end end
Version data entries
6 entries across 6 versions & 1 rubygems