Sha256: 34cf18d49dd3c29e3d627aa13801a2957135e2dd8de75a7cc606077298952f6e

Contents?: true

Size: 1.28 KB

Versions: 6

Compression:

Stored size: 1.28 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 "fsaATLAS" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-01-29
  @version = "0.1"
  @description = "fsaAtlas is an international student and scholar management system."
  @website = "http://www.sungardhe.com/Solutions/fsaATLAS/"

  # Google results as at 2012-01-29 #
  # 7 for intitle:"fsaATLAS Enterprise"

  # Dorks #
  @dorks = [
    'intitle:"fsaATLAS Enterprise"'
  ]

  # Matches #
  @matches = [

    # Login Page # Title # Version Detection
    { version: /<title>fsaATLAS Enterprise v\.([^\s^<]+)<\/title>/ },

    # Login Page # Logo HTML # Version Detection
    { version: /<div style="position:absolute; width:100px; top:0px; right:0px"><img src="images\/fsaatlastext\.png" alt="fsaATLAS Enterprise v\.([^\s^"]+)"\/><\/div>/ },

    # Login Page # Form
    { text: '<form action="LoginFinish.asp" method="post" name="MainForm">' },

    # Login Page # HTML Comment
    { text: '<!-- AP - 06/02/2009 - Defect 1533 - Campus DataLink Link not appearing at the top navigation bar-->' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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