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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2020-10199 PoC — Sonatype Nexus Repository Manager 安全漏洞

Source
Associated Vulnerability
Title:Sonatype Nexus Repository Manager 安全漏洞 (CVE-2020-10199)
Description:Sonatype Nexus Repository Manager(NXRM)是美国Sonatype公司的一款Maven仓库管理器。 Sonatype Nexus Repository Manager 3.21.2之前版本中存在安全漏洞。攻击者可借助恶意的请求利用该漏洞执行任意代码。
Description
CVE-2020-10199 CVE-2020-10204 Python POC
Readme
# CVE-2020-10199-10204

http://1984-0day.com

```
python3 poc.py -i 127.0.0.1 -p 8081 -c cookie -csrf csrf-token

parse = argparse.ArgumentParser()
parse.add_argument('-i', '--ip', help='ip')
parse.add_argument('-p', '--port', default='8081', help='port')
parse.add_argument('-c', '--cookie',  help='HTTP cookie')
parse.add_argument('-csrf', '--csrf',  help='NX-ANTI-CSRF-TOKEN')
```
File Snapshot

[4.0K] /data/pocs/78f72601245b54dd7eb01de53f7f3d5f99b92fca ├── [2.2K] Nexus-CVE-2020-POC.py └── [ 384] README.md 0 directories, 2 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.