Description

This plugin search git, hg, bzr, svn or cvs repositories and checks for files containing. For example, if the input is:

  • http://host.tld/w3af/index.php

The plugin will perform requests to:

  • http://host.tld/w3af/.git/index
  • http://host.tld/w3af/.gitignore
  • http://host.tld/w3af/.hg/store/fncache
  • http://host.tld/w3af/.hgignore
  • http://host.tld/w3af/.bzr/checkout/dirstate
  • http://host.tld/w3af/.bzrignore
  • http://host.tld/w3af/.svn/entries
  • http://host.tld/w3af/.svnignore
  • http://host.tld/w3af/CVS/Entries
  • http://host.tld/w3af/.cvsignore
  • http://host.tld/.git/index
  • http://host.tld/.gitignore
  • http://host.tld/.hg/store/fncache
  • http://host.tld/.hgignore
  • http://host.tld/.bzr/checkout/dirstate
  • http://host.tld/.bzrignore
  • http://host.tld/.svn/entries
  • http://host.tld/.svnignore
  • http://host.tld/CVS/Entries
  • http://host.tld/.cvsignore

Plugin type

Crawl

Options

This plugin doesn’t have any user configured options.

Source

For more information about this plugin and the associated tests, there’s always the source code to understand exactly what’s under the hood:
github-logoPlugin source code
Unittest source code

Dependencies

This plugin has no dependencies.