Sha256: 2a31c2f58a9ce4ca5798d9122df6491c62359d18c0ef4fdcad175c238fbbc434

Contents?: true

Size: 1.43 KB

Versions: 6

Compression:

Stored size: 1.43 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 "OSSIM" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-04-15
  @version = "0.1"
  @description = "AlienVault OSSIM (Open Source Security Information Management). Its goal is to provide a comprehensive compilation of tools which, when working together, grant network/security administrators with a detailed view over each and every aspect of his or her networks, hosts, physical access devices, server, etc."
  @website = "http://alienvault.com/community"

  # ShodanHQ results as at 2011-04-15 #
  # 152 for OSSIM

  # Google results as at 2011-04-15 #
  # 5 for intitle:"AlienVault - Open Source SIM" Maximized User Password

  # Dorks #
  @dorks = [
    'intitle:"AlienVault - Open Source SIM" Maximized User Password'
  ]

  # Matches #
  @matches = [

    # Default Title
    { text: '<title> AlienVault - Open Source SIM </title>' },

    # Table HTML
    { text: '<table align="center" style="padding:1px;background-color:#f2f2f2;border-color:#aaaaaa" class=nobborder><tr><td class="nobborder">' },

    # Table HTML
    { text: '<table align="center" cellspacing=4 cellpadding=2 style="background-color:#eeeeee;border-color:#dedede">' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/ossim.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/ossim.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/ossim.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/ossim.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/ossim.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/ossim.rb