download-git
v1.0.1
Published
To download .git directory from victim's website.
Downloads
9
Readme
Download .git
- npm install download-git
Download a whole .git
download one git object id
This is a tool to download source code someone release the directory .git on the his website.
development
- Get config, description, ORIG_HEAD, index, HEAD, refs/heads/master
- Get a object id from refs/heads/master.
- Download this object id, it will also give us a new tree id and parent id.
- Recuresively download the tree id and parent id.