IED allows you to create very large zip bombs, suitable for tearing down malicious web scrapers.
ied [Content-Encoding] [bomb size] (-f [file] | -l [literal] | -L [ASCII code])...
ied 'gzip, gzip' 1048576 -f head.html -l a -f tail.html
ied $(python3 -c "print((',gzip'*34)[1:])") 1 -L 65
ied $(python3 -c "print((',gzip'*34)[1:])") 1 -f head.html -L 65 -f tail.html
This work is licensed under the GNU AGPL version 3.0. You may redistribute this work under it or any later version of the license, as published by the Free Software Foundation.