Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1020 CNY

100%

CVE-2017-1000117 PoC — Git 命令注入漏洞

Source
Associated Vulnerability
Title:Git 命令注入漏洞 (CVE-2017-1000117)
Description:A malicious third-party can give a crafted "ssh://..." URL to an unsuspecting victim, and an attempt to visit the URL can result in any program that exists on the victim's machine being executed. Such a URL could be placed in the .gitmodules file of a malicious project, and an unsuspecting victim could be tricked into running "git clone --recurse-submodules" to trigger the vulnerability.
Readme
# CVE-2017-1000117 - PoCs


```
git clone --recurse-submodules "https://github.com/Manouchehri/CVE-2017-1000117.git"
cat /tmp/pwned.txt
```

## Go

```
go get "github.com/Manouchehri/CVE-2017-1000117"
cat /tmp/pwned.txt
```
File Snapshot

[4.0K] /data/pocs/0263a81403c83ab6bd733a8150c2be39e2369b38 ├── [4.0K] gitssh ├── [ 224] README.md └── [4.0K] sshonly 2 directories, 1 file
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →