# 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 " # 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: /Poweredby<\/a><\/div>/ }, # _gitorious_sess Cookie { search: "headers[set-cookie]", regexp: /_gitorious_sess=[^-]+--[^;]+; domain=/ }, ] end