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