
这里保存着我学习CVE-2012-1889这个漏洞的利用所用到的文件
This repository contains the files I used to learn about exploiting the CVE-2012-1889 vulnerability.
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)