Sha256: 4f8c69ca58b062d1c7f95180d09e3fe9b31918a2fbf134cea58c1e74f80c3b80

Contents?: true

Size: 792 Bytes

Versions: 6

Compression:

Stored size: 792 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
##
WhatWeb::Plugin.define "eXtplorer" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-12-31
  @version = "0.1"
  @description = "eXtplorer is a PHP and Javascript-based File Manager"
  @website = "http://extplorer.net/"

  # ShodanHQ results as at 2012-12-31 #
  # 412 for Set-Cookie eXtplorer

  # Matches #
  @matches = [

    # ./extplorer.xml # Version Detection
    { url: '/extplorer.xml', version: /<version>([^<]+)<\/version>/ },

    # Title
    { text: '<title>Login - eXtplorer</title>' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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