Sha256: a96283d1ef4785666dbae01cf0f92eb510abdf53d1c9a36bbf93b90de87d9421

Contents?: true

Size: 886 Bytes

Versions: 6

Compression:

Stored size: 886 Bytes

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 "Juniper-NetScreen-Secure-Access" do
  @author = "Aung Khant <http://yehg.net/>" # 2011-02-04
  @version = "0.1"
  @description = "Juniper Networks NetScreen Secure Access (SSL VPN) - http://www.juniper.net/"

  @matches = [

    { name: 'juniper logo md5', md5: '1ec04eec4e1898da8258215a2eb4758b', url: '/dana-na/auth/welcome.cgi?p=rolelogo' },

    { name: 'html body', regexp: /src="\/dana\-na\/css\/ds\.js">|<img border="0" src="welcome\.cgi\?p=logo|src="\/dana\-na\/imgs\/space\.gif"|document\.cookie = "DSPREAUTH="\+ escape\(""\)|src="\/dana\-na\/auth\/url_default\/s/i }

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/juniper-netscreen-secure-access.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/juniper-netscreen-secure-access.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/juniper-netscreen-secure-access.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/juniper-netscreen-secure-access.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/juniper-netscreen-secure-access.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/juniper-netscreen-secure-access.rb