From 3b0d80b484edf1c7239a02993498b808c9cb4fb3 Mon Sep 17 00:00:00 2001 From: Tristan Date: Sun, 9 Jun 2024 16:24:24 -0400 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9df975b..306dec2 100644 --- a/Readme.md +++ b/Readme.md @@ -15,7 +15,7 @@ A convenient tool for removing specified files from zip archives. This can be us This is a small bash script that should be piped through ```unzip -l file.zip``` I wanted a way to see a different size of files in the archive. -### packet.py +### 5. `packet.py` A small packet I use for testing. ```scapy``` needed. ## Installation