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: Mon, 9 Feb 2004 09:33:46 -0800
From: SBNelson@...rmeon.com
To: myrond@...x.com, dave@...ltimegaming.com
Cc: mleu@...asec.de, bugtraq@...urityfocus.com
Subject: RE: Decompression Bombs


> dd if=/dev/zero of=testfile count=10000&&gzip testfile&&ls -la testfile
No need to fill up your own disk -- do this instead:
dd if=/dev/zero bs=1k count=10000 | gzip - > testfile.gz 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ