Sha256: aa8da8191f321a14f344f2704ab7a48d5137489fb034ed86d3bfba7d5886aec2
Contents?: true
Size: 1.07 KB
Versions: 6
Compression:
Stored size: 1.07 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 "PowerWeb" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-06-04 @version = "0.2" @description = "PowerWeb is a full 128-bit secure server with unlimited RSA encryption using industry standard SSL 3.0 (and 2.0), providing HTTP, FTP, SMTP and POP3 services, with many extensions for rapid database application development and dynamic page content." @website = "http://www.compusource.co.za/powerweb/" # ShodanHQ results as at 2011-06-04 # # 1 for PowerWeb/4 @matches = [ # HTTP Server Header { regexp: /^PowerWeb/, search: "headers[server]" }, # Version Detection # HTTP Server Header { version: /^PowerWeb\/([^\s]+)$/, search: "headers[server]" }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems