@[email protected] to [email protected] • 19 days agoI use Zip Bombs to Protect my Serveridiallo.comexternal-linkmessage-square104fedilinkarrow-up1575
arrow-up1575external-linkI use Zip Bombs to Protect my Serveridiallo.com@[email protected] to [email protected] • 19 days agomessage-square104fedilink
minus-squaremelroylinkfedilink13•19 days agoLooks fine to me. Only 1 CPU core I think was 100%. 10+0 records in 10+0 records out 10737418240 bytes (11 GB, 10 GiB) copied, 28,0695 s, 383 MB/s
minus-squaremelroylinkfedilink13•19 days agoow… now the idea is to unzip it right? nice idea: if (ipIsBlackListed() || isMalicious()) { header("Content-Encoding: deflate, gzip"); header("Content-Length: "+ filesize(ZIP_BOMB_FILE_10G)); // 10 MB readfile(ZIP_BOMB_FILE_10G); exit; }
minus-square@[email protected]linkfedilinkEnglish8•19 days agoMight need some if (ob_get_level()) ob_end_clean(); before the readfile. 😉
Looks fine to me. Only 1 CPU core I think was 100%.
ow… now the idea is to unzip it right?
nice idea:
Might need some
before the
readfile
. 😉