From 00824db4a009c7116c34d519d5978b4a6b26dc04 Mon Sep 17 00:00:00 2001 From: Narsty Date: Sat, 10 Jun 2023 19:31:54 -0500 Subject: [PATCH] Update Network Padding Fury.txt --- Obscurity/Network Padding Fury.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Obscurity/Network Padding Fury.txt b/Obscurity/Network Padding Fury.txt index 0143266..0197798 100644 --- a/Obscurity/Network Padding Fury.txt +++ b/Obscurity/Network Padding Fury.txt @@ -7,7 +7,7 @@ REM it doesn't guarantee complete anonymity or security. REM By default, it sends 600 packets with random payload length and padding. REM Current script runs for about 5 minutes -REM Change the range value in the 'send([packet] * 600)' line. +REM Change the range value in the 'send([packet] * 600)' line 33 REM For example, changing it to 'send([packet] * 1200)' will last about 10 minutes. 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.