This project aims to provide a tiny example of how an IRC Bot can serve as an agent of DoS attack.
Make sure that you have IO::Socket dependency and Threads support at your Perl setup and run the following commands:
On a Linux shell:
$ sudo chmod 744 irc-bot
$ ./irc-bot
On a Windows Prompt:
x:\> perl irc-bot
Q: How do I evaluate whether the attack is happening successfully??
A: At Bash shell, run sudo tcpdump -i <interface> -v udp
and watch if the packets are being sent.
Please, feel free to send us pull requests or suggestions.
- Thanks to XXxxImmortalxxXX of Go4Expert. Your article was fundamental to the start of this project.
- Thanks to Artem Nosulchik of LINUX SCREW for UDP Flood source.
None so far.
This software is under GPL v3 license. For further information, please take a look on LICENSE file.