## # 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. # https://www.morningstarsecurity.com/research/whatweb ## Plugin.define do name "Gitweb" authors [ "Brendan Coles ", # 2011-01-24 ] version "0.1" description "Gitweb is a Git web interface, the one working on http://www.kernel.org/git/. It is written in Perl, and can be used as a CGI script, or as a mod_perl legacy script (run by ModPerl::Registry handler). It allows browsing a git repository (or a set of git repositories) using a web browser." website "http://git.or.cz/gitwiki/Gitweb" # Google results as at 2011-01-24 # # 228 results for "Project" "Description" "Owner" "Last Change" "Search" "summary" "shortlog" "log" "tree" "TXT" "OPML" intitle:git # Dorks # dorks [ '"Project" "Description" "Owner" "Last Change" "Search" "summary" "shortlog" "log" "tree" "TXT" "OPML" intitle:git' ] # Matches # matches [ # Version Detection # Meta Generator { :version=>// }, # Version Detection # HTML Comment { :version=>/, Christian Gierke \-\->/ }, # Git Version Detection # HTML Comment { :module=>// }, # Git Version Detection # Meta Generator { :module=>// }, ] end