Kamis, 27 September 2012

EXPLOIT WINAMP MUSIC PLAYER (SEH)

In this time I try to exploit winamp v 5.572 and make it crash.










From yesterday until now I have not found the right fuzzer to make it crash. 
I tried to create a fuzzer script to build file .swf, and after I run the fuzzer to generate file .swf  I try to run that file on winamp. 

#!/usr/bin/python
buffer="\x41" * 700
file="tets.swf"
file=open(file, "w")
file.write(buffer)
print("sukses gawe file")
file.close()

And what be happens??? Winamp has crashed.




















When i run winamp on Ollydbg, I don't see trash that i sent

But i see the difference before and after i run the fuzzer.  Noticed the picture below :

Before


After




Until now i'm still confused and i'll try to exploit this application. TRY HARDER !!!



PRAY FOR ME 



Tidak ada komentar:

Posting Komentar