Skip to content

NateChoe1/ied

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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] (-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 -L 65

Googol byte zip bomb which is also a valid HTML file

ied $(python3 -c "print((',gzip'*34)[1:])") 1 -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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages