This repository contains a recursive archive designed for security research and testing system resilience.
Attempting to decompress this file will result in catastrophic resource exhaustion.
This file utilizes a recursive compression algorithm. While the file size on disk appears negligible (kilobytes or megabytes), the uncompressed data structure expands exponentially.
| Metric | Value |
|---|---|
| Download Size | ~40MB |
| Depth | Recursive Layers |
| Uncompressed Size | **~ FEW PETABYTES** |
| Potential Impact | System Freeze / Crash |
definition: A zip bomb, also known as a decompression bomb or zip of death, is a malicious archive file designed to crash or render useless the program or system reading it.
If you attempt to extract this archive on a standard personal computer, the following will occur immediately:
- RAM Exhaustion: Your available memory will fill instantly as the extraction tool attempts to map the file structure.
- Disk I/O Lock: Your hard drive read/write operations will hit 100%, causing the OS to freeze.
- Storage Overflow: If the process continues, it will attempt to write petabytes of data to a drive that likely only has terabytes of space.
- Hard Reset Required: You will likely be forced to physically power cycle your machine.
ONLY interact with this file if you are a security researcher or system administrator testing:
- Antivirus scanning engines.
- Server upload limiters.
- Sandboxed environments.
- Isolated Virtual Machine (VM)
- No Network Connection
- Dedicated Storage Partition
# DO NOT RUN THIS COMMAND
unzip data.zip