Perl UDP Flooder

Hello Everyone,

In this post, I will be showcasing my UDP flooder coded in Perl and show you how something so simple can be so powerful.

The idea behind this UDP flooder was just boredom, and I wanted to try Perl coding, and this is what I came up with!

First thing’s first you would want to git clone (download) the Perl script.Once done change directory to the Perl script and make sure you make the script executable, simply just do chmod 766 dos.pl.Now you’re able to execute the script using ./dos.pl don’t forget the usage of the script:
example ./dos.pl 127.0.0.1 80 10 10(<ip>=The IP you’re sending data to <port>=The port you’re sending data to <packet size>=The packet size,using anything “crazy” will just make the script not work i.e. 9999999 <time>=How long you wish for the attack to go for, it’s done in seconds.)As you can see, this script may be simple but it is hitting hard using only one server!

Download: Link

Enjoy!
-MrJSec ❤

“Made for educational purposes Only.”

Leave a Comment

Your email address will not be published. Required fields are marked *