# 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 " # 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: '
Remember Me' }, # Footer # Version Detection { version: /phpMoneyBooks: ([^\s]+) - Star Host Design, LLC © 20[\d]{2} <\/b><\/div>/ }, { version: /phpMoneyBooks<\/a>: ([^\s]+) - Star Host Design, LLC ©<\/a> 20[\d]{2} <\/b><\/div>/ }, ] end