# 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 "SourceBans" do @author = "Brendan Coles " # 2011-02-14 @version = "0.1" @description = "SourceBans is a free global administration and banning system for Source engine based servers." @website = "http://www.sourcebans.net/" # Google results as at 2011-02-14 # # 10 for inurl:exportbans.php # 14 for inurl:web_upload ext:php +steam # Dorks # @dorks = [ 'inurl:web_upload ext:php "steam"' ] # Matches # @matches = [ # Version Detection # Powered by footer HTML # English { version: / SourceBans<\/a>\n
Version ([\d\.]+) <\/div>/ }, # Default Logo HTML { text: ' SourceBans
' }, # Error Message { regexp: /
Table '[a-z]+\.sb_settings' doesn't exist<\/span>

SQL Query type: <\/span>EXECUTE<\/span>
/ }, ] end