Sha256: da32147175908b3c00330d6d670f977ef8629a103ecd906e360587ad394ee14f
Contents?: true
Size: 1.32 KB
Versions: 6
Compression:
Stored size: 1.32 KB
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 "Gitorious" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-08-13 @version = "0.1" @description = "Gitorious provides open source infrastructure for hosting open source projects that use Git - Requires: Ruby." @website = "https://gitorious.org/gitorious" # ShodanHQ results as at 2011-08-13 # # 79 for _gitorious_sess # Google results as at 2011-08-13 # # 103 for intitle:"Gitorious" "Gitorious is a great way of collaborating on distributed open source projects" "About Gitorious" "Dashboard" "Login" # Dorks # @dorks = [ 'intitle:"Gitorious" "Gitorious is a great way of collaborating on distributed open source projects" "About Gitorious" "Dashboard" "Login"' ] # Matches # @matches = [ # Powered by footer { regexp: /<a href="http:\/\/gitorious\.org"><img alt="Poweredby" src="\/images\/\.\.\/img\/poweredby\.png\?[\d]+" title="Powered by Gitorious" \/><\/a><\/div>/ }, # _gitorious_sess Cookie { search: "headers[set-cookie]", regexp: /_gitorious_sess=[^-]+--[^;]+; domain=/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems