# 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 "Mercurial" do @author = "Brendan Coles " # 2011-08-16 @version = "0.1" @description = "Mercurial is a free, distributed source control management tool." @website = "http://mercurial.selenic.com/" # Google results as at 2011-08-16 # # 462 for Mercurial summary shortlog changelog graph tags branches files changeset bz2 zip gz # 239 for Mercurial summary shortlog changelog graph tags branches files changeset bz2 zip gz inurl:shortlog # Dorks # @dorks = [ 'Mercurial summary shortlog changelog graph tags branches files changeset bz2 zip gz' ] # Matches # @matches = [ { text: 'Mercurial' }, # Powered by link { regexp: /
[\s]+

/ }, ] end