From 9aa9051e71bbc696be70eb5edb9c6aacbc36be30 Mon Sep 17 00:00:00 2001 From: Narsty Date: Sat, 10 Jun 2023 19:30:20 -0500 Subject: [PATCH] Update Network Padding Fury.txt --- Obscurity/Network Padding Fury.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Obscurity/Network Padding Fury.txt b/Obscurity/Network Padding Fury.txt index cf1c359..0143266 100644 --- a/Obscurity/Network Padding Fury.txt +++ b/Obscurity/Network Padding Fury.txt @@ -13,6 +13,8 @@ REM Adjust the inter parameter to control the delay between each packet. REM The current value is set to 0.5 seconds, but you can modify it as needed for your testing purposes. REM Requirements: Python 3 and Scapy. You can install Scapy using the command 'pip3 install scapy'. +REM warnings can be ignored as they indicate that no IPv4 address is currently assigned to those interfaces. +REM The script will continue to function as intended REM Author: Narsty REM Title: Network Padding Fury