mirror of
https://github.com/urbanadventurer/WhatWeb
synced 2026-06-21 14:12:19 +00:00
33 lines
843 B
Ruby
33 lines
843 B
Ruby
##
|
|
# 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.
|
|
# https://morningstarsecurity.com/research/whatweb
|
|
##
|
|
Plugin.define do
|
|
name "Juniper-NetScreen-Secure-Access"
|
|
authors [
|
|
"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
|
|
|
|
|