Sha256: 6befc3ead22fd8ed267e293f46159090d487482359daa0dd2107ec780ffba466

Contents?: true

Size: 1.34 KB

Versions: 6

Compression:

Stored size: 1.34 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
##
WhatWeb::Plugin.define "QuiXplorer" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-05-16
  @version = "0.1"
  @description = "QuiXplorer is a multi-user, web-based file-manager. It allows you to manage and/or share files over the internet, or an intranet."
  @website = "http://quixplorer.sourceforge.net/"

  # Google results as at 2011-05-16 #
  # 77 for "QuiXplorer" +Username +Password +"the QuiX project"

  # Dorks #
  @dorks = [
    '"QuiXplorer" "Username" "Password" "the QuiX project"'
  ]

  # Matches #
  @matches = [

    # Version Detection # Default Title
    { version: /<title>QuiXplorer ([^\s]+) - the QuiX project<\/title>/ },

    # Version Detection # Footer link
    { version: /<A class="title" href="http:\/\/quixplorer\.sourceforge\.net" target="_blank">QuiXplorer ([^<]+)<\/A> - <A href="http:\/\/quix\.tk" target="_blank">the QuiX project<\/A><\/SMALL>/ },

    # Footer link
    { text: '<A class="title" href="http://quixplorer.sourceforge.net" target="_blank">QuiXplorer</A> - <A href="http://quix.tk" target="_blank">the QuiX project</A></SMALL>' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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