Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gitdumper.sh | 2023-08-11 | 4.4 kB | |
README.md | 2023-08-11 | 416 Bytes | |
Totals: 2 Items | 4.8 kB | 0 |
GitDumper
This is a tool for downloading .git repositories from webservers which do not have directory listing enabled.
Requirements
- git
- curl
- bash
- sed
Usage
bash gitdumper.sh http://target.tld/.git/ dest-dir
Note: This tool has no 100% guaranty to completely recover the .git repository. Especially if the repository has been compressed into pack
-files, it may fail.