Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IED

IED allows you to create very large zip bombs, suitable for tearing down malicious web scrapers.

Usage

ied [Content-Encoding] [bomb size] (-v) (-f [file] | -l [literal] | -L [ASCII code])...

Examples

Valid HTML file filled with 'a' characters

ied 'gzip, gzip' 1048576 -f head.html -l a -f tail.html

Googol byte zip bomb filled with 'A' characters

ied $(python3 -c "print((',gzip'*34)[1:])") 1 -v -L 65

Googol byte zip bomb which is also a valid HTML file

ied $(python3 -c "print((',gzip'*34)[1:])") 1 -v -f head.html -L 65 -f tail.html

License

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.

About

Very large zip bombs

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages