Sha256: ab0fd88245f0c9205d06af7f62e7b05a993b01cf937025b3f22a04d55b4b0cb3
Contents?: true
Size: 771 Bytes
Versions: 6
Compression:
Stored size: 771 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 "Motorito" do @author = "Brendan Coles <bcoles@gmail.com>" # 2010-09-25 @version = "0.1" @description = "Motorito" @website = "http://www.motorito.com/" # 77 results for inurl:mmod=staticContent @ 2010-09-25 # Dorks # @dorks = [ 'inurl:mmod=staticContent' ] @matches = [ # HTML comments { text: '<!-- end META_TAGS subst -->' }, { text: '<!-- CAL POSAR UN DISCRIMINADOR DE NAVEGADORS PER CARREGAR ELS ESTILS ADEQUATS -->' }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems