Sha256: 95f8c3ab2c2941bd538e3b3d18ab38972a9c4f1c00e10563b6e3e5700796a012

Contents?: true

Size: 906 Bytes

Versions: 6

Compression:

Stored size: 906 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
##
# Version 0.2 #
# Fixed regex
##
WhatWeb::Plugin.define "PHP-Shell" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-06-06
  @version = "0.2"
  @description = "php remote shell and file explorer"

  # http://johnny.ihackstuff.com/ghdb/?function=detail&id=833
  # About 48 results for +filetype:php +HAXPLORER +"Server Files Browser" +Browsing +"Script Location" @ 2010-06-06

  @matches = [

    # GHDB Match
    { ghdb: '+filetype:php +HAXPLORER +"Server Files Browser" +Browsing +"Script Location"', certainty: 75 },

    # Version detection
    { version: /PHPShell by [a-zA-Z0-9]+ - Version ([0-9a-z\.]+)/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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