From f55760f4f311a7f9aafb7170f51a7024bbedaa57 Mon Sep 17 00:00:00 2001 From: hahwul Date: Wed, 18 Jan 2023 23:46:23 +0900 Subject: [PATCH] Add ZipBomb tools --- weapons/ZipBomb.yaml | 13 +++++++++++++ weapons/zip-bomb.yaml | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 weapons/ZipBomb.yaml create mode 100644 weapons/zip-bomb.yaml diff --git a/weapons/ZipBomb.yaml b/weapons/ZipBomb.yaml new file mode 100644 index 0000000..62868bb --- /dev/null +++ b/weapons/ZipBomb.yaml @@ -0,0 +1,13 @@ +--- +name: ZipBomb +description: A simple implementation of ZipBomb in Python +url: https://github.com/abdulfatir/ZipBomb +category: tool +type: Utils +platform: +- linux +- macos +- windows +lang: Python +tags: +- zipbomb diff --git a/weapons/zip-bomb.yaml b/weapons/zip-bomb.yaml new file mode 100644 index 0000000..f5bc0d3 --- /dev/null +++ b/weapons/zip-bomb.yaml @@ -0,0 +1,13 @@ +--- +name: zip-bomb +description: Create a ZIPBomb for a given uncompressed size (flat and nested modes). +url: https://github.com/damianrusinek/zip-bomb +category: tool +type: Utils +platform: +- linux +- macos +- windows +lang: Python +tags: +- zipbomb