ByteBomber 2.0.0__py3-none-any.whl → 2.1.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ByteBomber
3
- Version: 2.0.0
3
+ Version: 2.1.1
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,13 +22,13 @@ Dynamic: license-file
22
22
 
23
23
  # ByteBomber
24
24
 
25
- ByteBomber is a tool for createing a 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.
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
 
29
29
  To install ByteBomber, run the following command: `pip install bytebomber` (Alternatively, use `pip3` if necessary.)
30
30
 
31
- Once installed, you can integrate ByteBomber into your own project by importing the build_zip_bomb function: `from bytebomber import build_zip_bomb`
31
+ Once installed, you can integrate ByteBomber into your own project by importing the `build_zip_bomb` function: `from bytebomber import build_zip_bomb`
32
32
 
33
33
  You can then call `build_zip_bomb()` in your code to generate ZIP bombs.
34
34
 
@@ -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] > **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.**
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.1.dist-info/licenses/LICENSE,sha256=D19NENd0v-XNzdKjvdphMBIdnY-aUcaok4q32x2G-jY,1070
4
+ bytebomber-2.1.1.dist-info/METADATA,sha256=cBCKyf9r2b2Rv5itV_QMJ7p6PiXbJDLUuazpeSnkw9g,4654
5
+ bytebomber-2.1.1.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
6
+ bytebomber-2.1.1.dist-info/entry_points.txt,sha256=v7HnIUxttlBwYp_xC0K0YpXrEzIbEybt6tmbPjj8pKg,66
7
+ bytebomber-2.1.1.dist-info/top_level.txt,sha256=bDtIXh70vdwT8VslZsHHLGkV7VBuZXxk0fzN0lWv4Y4,11
8
+ bytebomber-2.1.1.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ bytebomber
@@ -1,8 +0,0 @@
1
- ByteBomber/__init__.py,sha256=ry7B_o4gtFbUp_z8D3UsaoB0yO26eiUN9YDfk67ui2E,36
2
- ByteBomber/__main__.py,sha256=cIXzaHdjOhfHiD7Uq49t1-yzCVuRrZCnnBl2Nygw5cE,1957
3
- bytebomber-2.0.0.dist-info/licenses/LICENSE,sha256=D19NENd0v-XNzdKjvdphMBIdnY-aUcaok4q32x2G-jY,1070
4
- bytebomber-2.0.0.dist-info/METADATA,sha256=oaw-UVvd4UAQSCyqyNZC_eDEMwzF_iwuMfzH79ZDk4A,4655
5
- bytebomber-2.0.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
6
- bytebomber-2.0.0.dist-info/entry_points.txt,sha256=v7HnIUxttlBwYp_xC0K0YpXrEzIbEybt6tmbPjj8pKg,66
7
- bytebomber-2.0.0.dist-info/top_level.txt,sha256=ywMNPoOP7MAkBd6arls5lyegONphfyki7xlLh90_ytI,11
8
- bytebomber-2.0.0.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- ByteBomber
File without changes
File without changes