# 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 "IBM-Remote-Supervisor-Adapter" do @author = "Brendan Coles " # 2011-02-15 @version = "0.1" @description = "IBM Remote Supervisor Adapter (RSA) is the out-of-band management interface card optional on most IBM x86-based servers." @website = "https://www-947.ibm.com/support/entry/portal/docdisplay?lndocid=MIGR-50116" # More Info # # https://en.wikipedia.org/wiki/IBM_Remote_Supervisor_Adapter # ShodanHQ results as at 2012-02-15 # # 568 for private/testcookie.ssi SESSID # Matches # @matches = [ # /private/userlogin.ssi # Redirect Page { text: ' ' }, # Frameset # /private/userlogin_logo.ssi { regexp: /' }, # Location Header { search: "headers[location]", regexp: /https?:\/\/[^\/]+\/private\/testcookie\.ssi\?SESSID=[a-f\d]{32}/ }, ] end