Sha256: 3e1128b45e1c62208c83b53ceb167da3535c04c204eaeb5b15c43e208f8ba326
Contents?: true
Size: 644 Bytes
Versions: 6
Compression:
Stored size: 644 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 :name, :certainty=>100, and changed regexp to text WhatWeb::Plugin.define "Bing-SearchEngine" do @author = "Andrew Horton" @version = "0.1" @description = "Bing.com is Microsoft's search engine" @matches = [ { text: 'var curUrl="http://www.bing.com/"' }, { text: '<meta content="Bing is a search engine that finds' } ] end
Version data entries
6 entries across 6 versions & 1 rubygems