Sha256: 74e7b60c577744cc81a52d60a6077fd2f5b5bf54d903661b39dab91bbc029224
Contents?: true
Size: 1.1 KB
Versions: 6
Compression:
Stored size: 1.1 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 ## # Version 0.2 # 2016-04-23 # Andrew Horton # Moved patterns from passive function to matches[] ## WhatWeb::Plugin.define "Netscape-FastTrack" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-03-14 @version = "0.2" @description = "This product version has been EOL'd and is beyond its end of support life (EOSL) date. Customers should migrate to a currently supported version of Sun ONE Web Server" @website = "https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=NSC-FT-2.01C-G-F@CDS-CDS_SMI" # ShodanHQ results as at 2011-03-14 # # 810 for Netscape FastTrack @matches = [ # HTTP Server Header { regexp: /^Netscape-FastTrack/, search: "headers[server]" }, # Version Detection { version: /^Netscape-FastTrack\/(.+)$/, search: "headers[server]" }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems