# 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 "Microsoft-SQL-Server-Report-Manager" do @author = "Brendan Coles " # 2012-08-26 @version = "0.1" @description = "Microsoft SQL Server Report Manager - web-based report access and management tool" @website = "http://msdn.microsoft.com/en-us/library/ms157147%28v=sql.90%29.aspx" # ShodanHQ results as at 2012-08-26 # # 19 for Reports/Pages/Folder.aspx # Google results as at 2012-08-26 # # 31 for "Send feedback" "rcwebhlp@microsoft.com" "Launch Help in Frameset" -ftp # 31 for inurl:"Reports/Pages/Folder.aspx" "intitle:"Report Manager" # Dorks # @dorks = [ 'inurl:"Reports/Pages/Folder.aspx" "intitle:"Report Manager"' ] # Matches # @matches = [ # Meta Generator # Version Detection { version: // }, # report link html { text: '' }, # JavaScript { text: '' }, # Help Pages # Footer { text: 'Send feedback to "rcwebhlp@microsoft.com" | Launch Help in Frameset' }, # Help Pages # StyleSheet { text: '' }, # Location Header # /Reports/Pages/Folder.aspx { search: "headers[location]", regexp: /\/Reports\/Pages\/Folder\.aspx/i }, ] end