
A pentesting tool that dumps the source code from .git even when the directory traversal is disabled
GitDump dumps the source code from .git when the directory traversal is disabled
cd output && git checkout -- .
Credits Sean B. Palmer for his index file parser. (https://github.com/sbp/gin)