/DDOS

a DDOS client and server, written in C# and PHP, respectively

Primary LanguageC#MIT LicenseMIT

DDOS

A client and a server aimed at voluntary DDOS.

Client: C#.
Server: PHP.

###License: Please read the included LICENSE file.

###Setup This program can work out of the box, however it is recommended to change the variables suggested in the server and client alike.

Setup is easy. Upload the server.php to a webserver with PHP5+. Open the client's SLN in visual studio or some other editor. Open the Program.CS file, change the Server string to the location where you placed your server.php. Modify some more of the code if you wish. Build it, then run it. It should work. If you would like to just leave my server in there as a test, you may. You must use the SHA1 Secret provided to connect to my server, however.

###Purpose: I wrote this out of boredom. I wanted something simple, that worked. However I realized that this can help a lot of people who may have trouble with learning c# or any other language for that matter, so I decided to release its source. This also could be used for your own purposes. You may also contribute new code if you'd like.