# 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 "Axis-Commerce" do @author = "Brendan Coles " # 2011-08-20 @version = "0.1" @description = "Axis Commerce - open source eCommerce software - Requires: PHP and MySQL" @website = "http://axiscommerce.com/" # Matches # @matches = [ # Admin Page # Version Detection { version: /

Login<\/h2>

Powered by Axis v. ([\d\.]+)<\/p><\/div>/ }, # Forgot password page { text: '

Forgot password

Powered by Axis

' }, # Title { text: 'Login to Axis administrator panel' }, # Report bugs link { text: "

Report any Bugs or Issues you've found

" }, # axisid cookie { search: "headers[set-cookie]", regexp: /axisid=[a-z\d]{20,32};/ }, ] end