A valid HTML zip bomb
(ache.one)
from Pro@programming.dev to programming@programming.dev on 24 Jul 2025 23:26
https://programming.dev/post/34475749
from Pro@programming.dev to programming@programming.dev on 24 Jul 2025 23:26
https://programming.dev/post/34475749
threaded - newest
Another interesting deterrent is to poison unruly scrapers with infinite nonsense via Markov chains algorithmic-sabotage.github.io/asrg/trapping-ai/
i’ve seen people call this a tarpit and for some reason that brings me great joy
Both very nice ideas, I’m interested in how effective they really are
For brotli compression, first check if nginx/angie has the correct modules (
brotli
andbrotli_static
) (nginx -V
). If not, you can install it like so: www.getpagespeed.com/…/brotli-staticThen create your brotli bomb by modifying the original author’s fish command:
fish zip_bomb.fish | brotli --best > bomb.html.br