Skip to content

Commit 7c57d26

Browse files
Merge pull request #6 from luckalgorithm/documentation
Update README.md
2 parents 61594a4 + ab4536c commit 7c57d26

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,27 @@ When you run the script, you'll be prompted for the following:
3232
- Name of the final ZIP file to be created.
3333
- Default is `bomb.zip`.
3434

35+
`Bomb directory name:`
36+
37+
- Directory where files are extracted when the bomb is decompressed.
38+
- Default is `bomb-dir`.
39+
40+
Use the format `<number> <unit>` when entering values (e.g., `500 GB`, `1 TB`).
41+
42+
| Supported Unit | Size | Size In Bytes |
43+
|----------------|----------|----------------
44+
| B (byte) | 1 B | 1
45+
| KB (Kilobyte) | 1,024 B | 1,024
46+
| MB (Megabyte) | 1,024 KB | 1,048,576
47+
| GB (Gigabyte) | 1,024 MB | 1,073,741,824
48+
| TB (Terabyte) | 1,024 GB | 1,099,511,627,776
49+
| PB (Petabyte) | 1,024 TB | 1,125,899,906,842,624
50+
| EB (Exabyte) | 1,024 PB | 1,152,921,504,606,846,976
51+
| ZB (Zettabyte) | 1,024 EB | 1,180,591,620,717,411,303,424
52+
| YB (Yottabyte) | 1,024 ZB | 1,208,925,819,614,629,174,706,176
53+
3554
> [!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
55+
> For most purposes, GB or TB ranges are more than sufficient to stress a system. PB, EB, ZB, and YB represent astronomical data sizes far beyond what typical systems can handle.
3856
3957
Once input is provided, a summary of the configuration is shown:
4058

@@ -66,4 +84,4 @@ Inside the ZIP there are tens of thousands to millions of identical files like:
6684
All filled with null bytes. The compression algorithm detects repetition and compresses it heavily.
6785

6886
> [!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.
87+
> **ByteBomber 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)