Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2020-16898--EXP-POC — CVE-2020-16898 Windows TCP/IP远程代码执行漏洞 EXP&POC | Kitploit
Tools/GitHubGitHub/komomon/cve-2020-16898--exp-poc
Vulnerability AnalysisExploitationNetwork SecurityPenetration TestingPayload DevelopmentBinary Exploitation
GitHubkomomon/cve-2020-16898--exp-poc

CVE-2020-16898--EXP-POC

CVE-2020-16898 Windows TCP/IP远程代码执行漏洞 EXP&POC

View Repository
12105 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2020-16898

CVE-2020-16898 Windows TCP/IP Remote Code Execution Vulnerability EXP&POC

Reproduction

forforever: https://www.cnblogs.com/forforever/p/13846077.html

POC

CVE-2020-16898_Checker-poc

Command:

Run PowerShell/CMD as administrator

root@kitploit:~
Powershell.exe -ExecutionPolicy UnRestricted -File .\CVE-2020-16898-poc.ps1

EXP

cve-2020-16898-exp2

Conditions: Can communicate with the target and know the target's local-link IPv6 address

Usage

root@kitploit:~
修改代码中的dst参数为目标的本地链接IPv6地址
然后攻击机执行
python3 CVE-2020-16898.py即可

image-20201020130144332

img

CVE-2020-16898-exp1.py

Requires the target's "IPv6 address" or "temporary IPv6 address" and your own local-link IPv6 address

root@kitploit:~
v6_dst = "fd15:4ba5:5a2b:1008:109f:9a46:8d19:f103"	#修改为目标机的ipv6地址 或者 临时ipv6地址
v6_src = "fe80::501a:49b7:b7d:5362%12"				      #攻击者的本地ipv6地址

However, during testing it was found that filling in the target's local-link IPv6 address also works. It is not sure if this is due to local testing or if the source IPv6 address can be spoofed.

After modification, run directly

root@kitploit:~
python3 CVE-2020-16898-exp1.py
Download Tool