PHP implementation of malicious DDoS attacks to avoid bandwidth consumption problem method
This article mainly describes the PHP implementation of malicious DDoS attacks to avoid bandwidth consumption problem method, this article introduces a simple method, the need for friends can refer to the following
DDoS attacks implemented using PHP code can cause bandwidth to be consumed and become card B.
The approach is:
Modify the php.ini file
1) "Disable_functions" changed to Gzinflate, the default is to vent
2) "Allow_url_fopen" set to Off
3) Php_sockets.dll This module open
Restarting the service will generally protect against DDoS attacks.
If it doesn't work, it will prevent malicious attacks by means of IP policies, firewalls, and so on.
http://www.bkjia.com/PHPjc/1007653.html www.bkjia.com true http://www.bkjia.com/PHPjc/1007653.html techarticle PHP Implementation of malicious DDoS attacks to avoid bandwidth usage This article mainly introduces the method of implementing malicious DDoS attack in PHP to avoid the bandwidth occupancy problem, this article introduces a simple method, need ...