mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +00:00
22 lines
563 B
Markdown
22 lines
563 B
Markdown
# Mercurial
|
|
|
|
## Summary
|
|
|
|
* [Tools](#tools)
|
|
* [rip-hg.pl](#rip-hgpl)
|
|
* [References](#references)
|
|
|
|
|
|
## Tools
|
|
|
|
### rip-hg.pl
|
|
|
|
* [kost/dvcs-ripper/master/rip-hg.pl](https://raw.githubusercontent.com/kost/dvcs-ripper/master/rip-hg.pl) - Rip web accessible (distributed) version control systems: SVN/GIT/HG...
|
|
```powershell
|
|
docker run --rm -it -v /path/to/host/work:/work:rw k0st/alpine-dvcs-ripper rip-hg.pl -v -u
|
|
```
|
|
|
|
|
|
## References
|
|
|
|
* [my-chemical-romance - siunam - Feb 13, 2023](https://siunam321.github.io/ctf/LA-CTF-2023/Web/my-chemical-romance/) |