Skip to content

Commit b87462d

Browse files
Update README.md
1 parent 9d255ef commit b87462d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Since every payload file is identical and filled with zeroes, compression is ext
1414

1515
## CLI
1616

17-
Uses format `<number> <unit>` (e.g., 500 GB, 1 TB). Supported units: B, KB, MB, GB, TB, PB.
18-
1917
When you run the script, you'll be prompted for the following:
2018

2119
`Bomb decompressed size:`
@@ -34,6 +32,10 @@ When you run the script, you'll be prompted for the following:
3432
- Name of the final ZIP file to be created.
3533
- Default is `bomb.zip`.
3634

35+
> [!NOTE]
36+
> Use the format `<number> <unit>` when entering values for decompressed size and payload size (e.g., `500 GB`, `1 TB`).\
37+
> Supported units: B, KB, MB, GB, TB, PB
38+
3739
Once input is provided, a summary of the configuration is shown:
3840

3941
```
@@ -63,6 +65,5 @@ Inside the ZIP there are tens of thousands to millions of identical files like:
6365

6466
All filled with null bytes. The compression algorithm detects repetition and compresses it heavily.
6567

66-
## Disclaimer
67-
68-
This tool is for educational purposes only. Do not deploy ZIP bombs on systems you do not own or have permission to test. Misuse can result in data loss or system damage.
68+
> [!WARNING]
69+
> This tool is for educational purposes only. Do not deploy ZIP bombs on systems you do not own or have permission to test. Misuse can result in data loss or system damage.

0 commit comments

Comments
 (0)