# 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 "ClipBucket" do @author = "Brendan Coles " # 2012-01-18 @version = "0.1" @description = "ClipBucket is an OpenSource Multimedia Management Script" @website = "http://clip-bucket.com" # ShodanHQ results as at 2012-01-18 # # 193 for pageredir # Google results as at 2012-01-18 # # 370 for "Forged by ClipBucket" # Dorks # @dorks = [ '"Forged by ClipBucket"' ] # Matches # @matches = [ # Meta Copyright { string: // }, # Meta Author { text: '' }, # HTML Comments # Version Detection { text: '', version: "2.x" }, { version: // }, # HTML Comments { text: '' }, { text: '' }, { text: '' }, { text: '' }, # Forged by ClipBucket { text: 'Forged by ClipBucket' }, # Set-Cookie # pageredir { search: "headers[set-cookie]", regexp: /pageredir=https?%3A%2F%2F/, certainty: 25 }, ] end