We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb740f commit fb88a40Copy full SHA for fb88a40
1 file changed
README.txt
@@ -7,3 +7,11 @@ python3 translate.py
7
Please modify the SMTP. Login and SMTP. Sendmail () parameters before calling the mailbox forge script.
8
Ddos.py is the user I wrote with python2.7 please
9
Self modify the attack target inside
10
+Defense ddos
11
+Defense ddos: please first execute install. Py =>fyddos.
12
+
13
+Then the defense ddos script starts. If you are attacked by ddos, execute.
14
15
+Netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq-c | sort -n.
16
17
+Command to view your IP. Detailed article: http://www.cnblogs.com/haq5201314/p/8351960.html
0 commit comments