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
Tools/GitHubGitHub/wsfengfan/cve-2020-10199-10204
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubwsfengfan/cve-2020-10199-10204

CVE-2020-10199-10204

CVE-2020-10199 CVE-2020-10204 Python POC

View Repository
19636 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-10199-10204

http://1984-0day.com

root@kitploit:~
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')
Download Tool