
GZip HTTP Bombing in Python for everyone.
Uses Python Flask framework
Docker friendly
It even has it's own low effort logo.
Please keep in mind this is a counter-measure.
Based on this excellent piece by Christian Haschek
This repository contains the necessary files to:
Host a quick & dirty Flask web server that responds to web requests with a GZip archive as a response page.
The recommended way to use FlaskBomb is by deploying it with Docker. You can try it here:

docker run -it -p 80:5000 khanon/flaskbomb <normal|fast> <X> # X is the final payload's size in GB
# Example:
docker run -it -p 80:5000 khanon/flaskbomb fast 20
Default deployment sets options to normal 1

normal method generates the payload in one single dd commandfast method generates a 1GB payload and appends itself n times. The final payload is bigger but generates much faster.5000gzip and dd on Docker entrypoint.
entrypoint.sh and save it as ./static/cake.gzip
Content type
Image
Digest
Size
31.7 MB
Last updated
almost 8 years ago
docker pull neverbehave/flaskbomb