PZB - initial commit

This commit is contained in:
pips 2025-02-08 15:25:05 +01:00
commit ffe8a74e51
3 changed files with 183083 additions and 0 deletions

28
README.md Normal file
View file

@ -0,0 +1,28 @@
# PZB - php (g)zip bomb
## Description
10G gzip'd bomb into a single php file
## Usage
Drop the pzb.php file in any php ready host provider and an hidden link in your
website to the file:
```html
<a hidden href="pzb.php">pzb secret plan</a>
```
Don't forget to update your robots.txt to warn nice bots:
```robots.txt
disallow: /pzb.php
```
## Credits
Freely inspired by:
- <https://dustri.org/b/serving-a-gzip-bomb-with-caddy.html>
- <https://blog.haschek.at/2017/how-to-defend-your-website-with-zip-bombs.html>
- <https://github.com/cyberisltd/GzipBloat>