From 480804df83b27ec71363fc08bd7c52e52ba23dee Mon Sep 17 00:00:00 2001 From: Narsty Date: Fri, 9 Jun 2023 19:30:04 -0500 Subject: [PATCH] Added Requirements to REM on TCP Randomizer.txt --- Obscurity/TCP Randomizer.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Obscurity/TCP Randomizer.txt b/Obscurity/TCP Randomizer.txt index b1dfbda..409457b 100644 --- a/Obscurity/TCP Randomizer.txt +++ b/Obscurity/TCP Randomizer.txt @@ -12,6 +12,9 @@ REM You can change the 'send_packet(packet) for _ in range(1000)' parameter to e REM For example if you change to 2000 this will last about 10 minutes. REM Adjust the values of min_delay and max_delay as per your requirement. +REM Requirements:Python 3, and Scapy can install using the command 'pip3 install scapy' + + REM Author: Narsty REM Title: TCP Randomizer