Skip to content

makdosx/phpddos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpddos

phpddos-v1.0

The program is made for educational purposes only for to see how ddos attack method works. Any unnecessary use of the program is prohibited and the manufacturer has no responsibility for any illegal use by anyone. Use the tool at your own risk and avoid any sloppy actions.

  1. First disabled log files from apache

find /etc/apache2/apache2.conf

for error_log
and comment #ErrorLog ${APACHE_LOG_DIR}/error.log
after added ErrorLog /dev/null

for acces log

sudo a2disconf other-vhosts-access-log

Restart apache gracefully:
apache2ctl graceful

If you want to start a new attack, press stop

To end all attacks completely restart your server (The program will not stop sending packages to the destination even tap stop)

e.g sudo /etc/init.d/apache2 restart

Attention: if you do not follow the installation instructions properly and you omit to
comment on errror.log or disable the file other -vhosts-access-log then your hard drive
will be full and the computer will not be able to load the operating system.
Because the program is continuously refreshed for packet delivery,
the errror.log and other-vhosts-log-log files are filled with information.

index


automatic


manual