Sha256: 40c647c2529e6c71b79df5c8d33defd019ed0ea0cb1926289fcb2b4f8eae2024
Contents?: true
Size: 1.04 KB
Versions: 6
Compression:
Stored size: 1.04 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 "TomatoCMS" do @author = "Brendan Coles <bcoles@gmail.com>" # 2010-07-10 @version = "0.1" @description = "TomatoCMS considers each web page made up of many different elements called widgets. You can easily create, customize the layout of your site like never before through a visual tool called Layout Editor very easy and convenient." @website = "http://www.tomatocms.com/" # Dorks # @dorks = [ '"powered by TomatoCMS"' ] @matches = [ # 9 results for "powered by TomatoCMS" @ 2010-07-10 { text: '<a href="http://www.tomatocms.com" title="Powered by TomatoCMS" target="_blank">' }, { text: " Tomato.Core.Widget.Loader.baseUrl = 'http://" }, { text: ' <h1>TomatoCMS Install Wizard</h1>', version: "Install Page" }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems