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-2012-1889 — 这里保存着我学习CVE-2012-1889这个漏洞的利用所用到的文件 | Kitploit
Tools/GitHubGitHub/whu-enjoy/cve-2012-1889
Vulnerability AnalysisExploitationShellcodeWeb Application ExploitationDebuggersLearning & EducationShellcode Generation
GitHubwhu-enjoy/cve-2012-1889

CVE-2012-1889

这里保存着我学习CVE-2012-1889这个漏洞的利用所用到的文件

View Repository
3259 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-2012-1889

This repository contains the files I used to learn about exploiting the CVE-2012-1889 vulnerability.

root@kitploit:~
1.txt                                        First module info
2.txt                                        Second module info                    
c2javascript.c                               Used to convert C-form shellcode into JavaScript-form shellcode
cve-2012-1889.html                           Exploit web page
cve-2012-1889-test-poc.html                  POC web page to test if the system is vulnerable to CVE-2012-1889
ImmunityDebugger_1_85_setup.exe              ImmunityDebugger, used to generate ROP chains and find instruction addresses (download yourself)
jre-6u37.zip                                 After installation, provides a module without ASLR enabled (download yourself)
log.txt                                      ROP chain log generated by mona plugin on my computer
mona.py                                      Plugin for generating ROP chains
shellcode_test.c                             Used to test shellcode functionality
Windbgx86_v6.12.2.633.1395371577.msi         WinDbg, used for debugging programs (download yourself)
Download Tool