Sha256: 6f40a7b7ab66bc6330c902964d0bfe99c27ffc44ce8cfd04e4c4e71fa105e6f4

Contents?: true

Size: 1.18 KB

Versions: 6

Compression:

Stored size: 1.18 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 #
# Updated version detection and matches
##
WhatWeb::Plugin.define "CGIProxy" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-06-06
  @version = "0.2"
  @description = "This CGI script acts as an HTTP or FTP proxy. Through it, you can retrieve any resource that is accessible from the server it runs on."
  @website = "http://www.jmarshall.com/tools/cgiproxy/"

  # About 15 results for +filetype:cgi "Start browsing through this CGI-based proxy by entering a URL below" @ 2010-06-06

  @matches = [

    # GHDB Match
    # http://johnny.ihackstuff.com/ghdb?function=detail&id=531
    { ghdb: 'filetype:cgi "Start browsing through this CGI-based proxy by entering a URL below"', certainty: 75 },

    # Default title
    { text: '<title>Start Using CGIProxy</title>' },

    # Vesion detection
    { version: /<a href="http:\/\/www.jmarshall.com\/tools\/cgiproxy\/"><i>CGIProxy ([^<]+)<\/i><\/a>/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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