Sha256: 05b695d1f33c5130029b0d2723e35e0f53a3d293be69228400ff26ed051ede7c
Contents?: true
Size: 617 Bytes
Versions: 6
Compression:
Stored size: 617 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 ## # Version 0.2 # removed :certainty=>100 & :name, convert :regexp to :text WhatWeb::Plugin.define "XtraBusinessHosting" do @author = "Andrew Horton" @version = "0.2" @description = "Hosting at Xtra.co.nz" # <title>Xtra Business: Web Hosting</title> @matches = [ { text: '<title>Xtra Business: Web Hosting</title>' } ] end
Version data entries
6 entries across 6 versions & 1 rubygems