ByteBomber 2.1.0__py3-none-any.whl → 2.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bytebomber-2.1.0.dist-info → bytebomber-2.1.2.dist-info}/METADATA +4 -3
- bytebomber-2.1.2.dist-info/RECORD +8 -0
- bytebomber-2.1.0.dist-info/RECORD +0 -8
- {bytebomber-2.1.0.dist-info → bytebomber-2.1.2.dist-info}/WHEEL +0 -0
- {bytebomber-2.1.0.dist-info → bytebomber-2.1.2.dist-info}/entry_points.txt +0 -0
- {bytebomber-2.1.0.dist-info → bytebomber-2.1.2.dist-info}/licenses/LICENSE +0 -0
- {bytebomber-2.1.0.dist-info → bytebomber-2.1.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ByteBomber
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.2
|
4
4
|
Summary: ZIP bomb generator (for educational purposes only)
|
5
5
|
License: MIT
|
6
6
|
Project-URL: Homepage, https://github.com/luckalgorithm/ByteBomber
|
@@ -22,7 +22,7 @@ Dynamic: license-file
|
|
22
22
|
|
23
23
|
# ByteBomber
|
24
24
|
|
25
|
-
ByteBomber is a tool for
|
25
|
+
ByteBomber is a tool for creating ZIP bombs. A ZIP bomb is a highly compressed ZIP file that massively expands in size when extracted. ByteBomber is designed to demonstrate how compression algorithms (specifically ZIP's DEFLATE) can be used to exhaust system resources (disk space, RAM, or CPU), potentially crashing systems or causing instability.
|
26
26
|
|
27
27
|
## Installation
|
28
28
|
|
@@ -113,4 +113,5 @@ Inside the ZIP there are tens of thousands to millions of identical files like:
|
|
113
113
|
|
114
114
|
All filled with null bytes. The compression algorithm detects repetition and compresses it heavily.
|
115
115
|
|
116
|
-
> [!WARNING]
|
116
|
+
> [!WARNING]
|
117
|
+
> **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,0 +1,8 @@
|
|
1
|
+
bytebomber/__init__.py,sha256=ry7B_o4gtFbUp_z8D3UsaoB0yO26eiUN9YDfk67ui2E,36
|
2
|
+
bytebomber/__main__.py,sha256=cIXzaHdjOhfHiD7Uq49t1-yzCVuRrZCnnBl2Nygw5cE,1957
|
3
|
+
bytebomber-2.1.2.dist-info/licenses/LICENSE,sha256=D19NENd0v-XNzdKjvdphMBIdnY-aUcaok4q32x2G-jY,1070
|
4
|
+
bytebomber-2.1.2.dist-info/METADATA,sha256=beGK27OYsrzbC86DgmC13RwtI9rGFtgUbR59DVLVHv8,4654
|
5
|
+
bytebomber-2.1.2.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
6
|
+
bytebomber-2.1.2.dist-info/entry_points.txt,sha256=v7HnIUxttlBwYp_xC0K0YpXrEzIbEybt6tmbPjj8pKg,66
|
7
|
+
bytebomber-2.1.2.dist-info/top_level.txt,sha256=bDtIXh70vdwT8VslZsHHLGkV7VBuZXxk0fzN0lWv4Y4,11
|
8
|
+
bytebomber-2.1.2.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
bytebomber/__init__.py,sha256=ry7B_o4gtFbUp_z8D3UsaoB0yO26eiUN9YDfk67ui2E,36
|
2
|
-
bytebomber/__main__.py,sha256=cIXzaHdjOhfHiD7Uq49t1-yzCVuRrZCnnBl2Nygw5cE,1957
|
3
|
-
bytebomber-2.1.0.dist-info/licenses/LICENSE,sha256=D19NENd0v-XNzdKjvdphMBIdnY-aUcaok4q32x2G-jY,1070
|
4
|
-
bytebomber-2.1.0.dist-info/METADATA,sha256=QlMMHKnoREwAcxnebhINFPr0pAon01btN3yk4uJvD8U,4657
|
5
|
-
bytebomber-2.1.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
6
|
-
bytebomber-2.1.0.dist-info/entry_points.txt,sha256=v7HnIUxttlBwYp_xC0K0YpXrEzIbEybt6tmbPjj8pKg,66
|
7
|
-
bytebomber-2.1.0.dist-info/top_level.txt,sha256=bDtIXh70vdwT8VslZsHHLGkV7VBuZXxk0fzN0lWv4Y4,11
|
8
|
-
bytebomber-2.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|