Sha256: 5f366e01e877f5fdae967d166747f68a26b4dfbd7467de9f549949292acc3677

Contents?: true

Size: 1.24 KB

Versions: 6

Compression:

Stored size: 1.24 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 "phpMoneyBooks" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-03-23
  @version = "0.1"
  @description = "phpMoneyBooks - Open Source Financial Software - Requires: PHP/MySQL"
  @website = "http://phpmoneybooks.com/"

  # Google results as at 2011-03-23 #
  # 2 for "phpMoneyBooks" "Account ID" "password"

  # Dorks #
  @dorks = [
    '"phpMoneyBooks" "Account ID" "password"'
  ]

  # Matches #
  @matches = [

    # Login + Remember Me input
    { text: '<tr><td><center><input type="submit" name="B1" value="  Login  " class="button"></center></td><td><input type="checkbox" name="remember" value="1"> Remember Me</td></tr>' },

    # Footer # Version Detection
    { version: /<b>phpMoneyBooks: ([^\s]+) - Star Host Design, LLC &copy 20[\d]{2} <\/b><\/div>/ },
    { version: /<b><a href='http:\/\/phpMoneyBooks\.com'>phpMoneyBooks<\/a>: ([^\s]+) - <a href='http:\/\/StarHostDesign\.com'>Star Host Design, LLC &copy<\/a> 20[\d]{2} <\/b><\/div>/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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