1##
2# This file is part of WhatWeb and may be subject to
3# redistribution and commercial restrictions. Please see the WhatWeb
4# web site for more information on licensing and terms of use.
5# http://www.morningstarsecurity.com/research/whatweb
6##
7Plugin.define "Posterita-POS" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-08-18
9version "0.1"
10description "Posterita POS is a full web POS for large distribution and multi-site Point of Sale for thousands of users. Posterita POS is built on Adempiere/ERP."
11website "http://www.posterita.com/"
12
13# 3 for "powered by Posterita POS" "POS APPLICATION"
14
15# Dorks #
16dorks [
17'"powered by Posterita POS" "POS APPLICATION"'
18]
19
20
21
22# Matches #
23matches [
24
25# Logo HTML
26{ :text=>'<img src="images/newUI/logo.gif" alt="Powered by Posterita POS" width="133px" height="41px" border="0px"/>' },
27
28# HTML Comment
29{ :certainty=>75, :text=>'<!-- chooseApplication.jsp -->' },
30
31# Version Detection # Footer
32{ :version=>/<div class="footer">[\s]+<div class="floatLeft">[\s]+All Contents .[\s]+Posterita 20[\d]{2}[\s]+<b>Version &nbsp;([^\s^<]+)<\/b>[\s]+<\/div>[\s]+<\/div>/ },
33
34]
35
36end
37
38