Sha256: d2faabda5e39a5644b8d6febaa5950c2d8cf9936975b02d31bb678c6b7d306eb

Contents?: true

Size: 914 Bytes

Versions: 6

Compression:

Stored size: 914 Bytes

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 "Allomani-E-Store" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-08-02
  @version = "0.1"
  @description = "E-Store with shopping cart for online shopping websites , hosting & designing , Paid services , etc ... Requirements : PHP, MySQL, ionCube"
  @website = "http://allomani.com/en/store_script.html"

  # Google results as at 2011-02-08 #
  # 71 for "Programmed By Allomani"

  # Dorks #
  @dorks = [
    '"Programmed By Allomani"'
  ]

  # Matches #
  @matches = [

    # Version Detection # Meta Generator
    { version: /<meta name="generator" content="Allomani Store v([\d\.]+)" \/>/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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