gex is a simple bash script for pwn'ing websites with .git repositories available
$ ./gex -h
Usage: gex {dump|extract} [OPTIONS]$ ./gex dump -h
Usage: gex dump URL DIR$ gex dump http://target.com/.git/ output$ ./gex extract -h
Usage: gex extract GIT-DIR DEST-DIR$ ./gex extract /path/to/gitdir/ outputAll tools are licensed using the MIT license. See LICENSE.md