> For the complete documentation index, see [llms.txt](https://davidtancredi.gitbook.io/pentesting-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://davidtancredi.gitbook.io/pentesting-notes/r3dcl1ff/webapp-pentest/git/git-dumper.md).

# git-dumper

```
#easy install
pip install git-dumper
pip install -r requirements.txt

#usage
python3 git_dumper.py http://targeg.com/.git ~/my_website_dir

######
 if the repository you are downloading is controlled by an attacker, 
 this could lead to remote code execution on your machine.
######

```
