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>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 24 Apr 2007 11:41:27 -1000 (HST)
From: Tim Newsham <newsham@...a.net>
To: Dr.Ninux@...mail.org
Cc: bugtraq@...urityfocus.com
Subject: Re: ImageProcessing ... Local (Denial of Service Exploit)

Did you mean this?

   # include 5 pages of greetz here
   echo >die.bmp LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOL

Why not just send the file as an attachment?

On Tue, 24 Apr 2007, Dr.Ninux@...mail.org wrote:
> 	if((inv_pic=fopen(INV_PIC,"wb"))==NULL)
> 	{
> 		printf("error:foepn().\n");
> 		exit(0);
> 	}
> 	for(i=0;i<sizeof(inv_);i++)
> 	{
> 		fputc(inv_[i],inv_pic);
> 	}
> 	fclose(inv_pic);

Tim Newsham
http://www.thenewsh.com/~newsham/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ