mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-02-22 06:33:45 +00:00
Merge pull request #306 from lanjelot/master
Add reference to panoptic and rip-hg tools
This commit is contained in:
commit
aab4f3e14b
@ -35,6 +35,7 @@
|
|||||||
* [Kadimus - https://github.com/P0cL4bs/Kadimus](https://github.com/P0cL4bs/Kadimus)
|
* [Kadimus - https://github.com/P0cL4bs/Kadimus](https://github.com/P0cL4bs/Kadimus)
|
||||||
* [LFISuite - https://github.com/D35m0nd142/LFISuite](https://github.com/D35m0nd142/LFISuite)
|
* [LFISuite - https://github.com/D35m0nd142/LFISuite](https://github.com/D35m0nd142/LFISuite)
|
||||||
* [fimap - https://github.com/kurobeats/fimap](https://github.com/kurobeats/fimap)
|
* [fimap - https://github.com/kurobeats/fimap](https://github.com/kurobeats/fimap)
|
||||||
|
* [panoptic - https://github.com/lightos/Panoptic](https://github.com/lightos/Panoptic)
|
||||||
|
|
||||||
## Basic LFI
|
## Basic LFI
|
||||||
|
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
- [BAZAAR - Source code management](#bazaar---source-code-management)
|
- [BAZAAR - Source code management](#bazaar---source-code-management)
|
||||||
- [Automatic way : rip-bzr](#automatic-way--rip-bzr)
|
- [Automatic way : rip-bzr](#automatic-way--rip-bzr)
|
||||||
- [Automatic way : bzr_dumper](#automatic-way--bzr_dumper)
|
- [Automatic way : bzr_dumper](#automatic-way--bzr_dumper)
|
||||||
|
- [MERCURIAL - Source code management](#mercurial---source-code-management)
|
||||||
|
- [Automatic way : rip-hg](#automatic-way--rip-hg)
|
||||||
|
|
||||||
## GIT - Source code management
|
## GIT - Source code management
|
||||||
|
|
||||||
@ -218,7 +220,7 @@ python svn-extractor.py –url "url with .svn available"
|
|||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
wget https://raw.githubusercontent.com/kost/dvcs-ripper/master/rip-bzr.pl
|
wget https://raw.githubusercontent.com/kost/dvcs-ripper/master/rip-bzr.pl
|
||||||
docker run --rm -it -v /path/to/host/work:/work:rw k0st/alpine-dvcs-ripper rip-git.pl -v -u
|
docker run --rm -it -v /path/to/host/work:/work:rw k0st/alpine-dvcs-ripper rip-bzr.pl -v -u
|
||||||
```
|
```
|
||||||
|
|
||||||
### Automatic way : bzr_dumper
|
### Automatic way : bzr_dumper
|
||||||
@ -246,6 +248,15 @@ $ bzr revert
|
|||||||
N static/
|
N static/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## MERCURIAL - Source code management
|
||||||
|
|
||||||
|
### Automatic way : rip-hg.pl
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
wget https://raw.githubusercontent.com/kost/dvcs-ripper/master/rip-hg.pl
|
||||||
|
docker run --rm -it -v /path/to/host/work:/work:rw k0st/alpine-dvcs-ripper rip-hg.pl -v -u
|
||||||
|
```
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
- [bl4de, hidden_directories_leaks](https://github.com/bl4de/research/tree/master/hidden_directories_leaks)
|
- [bl4de, hidden_directories_leaks](https://github.com/bl4de/research/tree/master/hidden_directories_leaks)
|
||||||
|
Loading…
Reference in New Issue
Block a user