UDP.pl: Difference between revisions
From /i/nsurgency W/i/ki
Jump to navigationJump to search
>Hitlerlol No edit summary |
>Extrapolate Updated program lots |
||
Line 1: | Line 1: | ||
'''mt_pulse.pl''' is a [[Perl]] script which UDP | '''mt_pulse.pl''' is a [[Perl]] script which directs an UDP flood to an IP | ||
=HowTo= | |||
'' | $ wget http://pastebin.ca/raw/1907284 -o udpflood.pl ''#download'' | ||
$ chmod +x udpflood.pl ''#make executable'' | |||
$ sudo ./udpflood.pl ''#show help; '''must''' be run as root'' | |||
* [http://anonym.to/http://pastebin.ca/ | =Info= | ||
UDP Flooder - Randomizes SourceIP/Port and Destination Port | |||
Usage: ./test.pl <A> <B> [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: ./test.pl 10 localhost -- to flood yourself @ 10kb/s on random ports | |||
Ex: ./test.pl 100 192.168.1.1 123 -- to flood your default gateway @ 100kb/s on UDP port 123 | |||
=Download= | |||
* [http://anonym.to/http://pastebin.ca/1907284 Pastebin] | |||
wget http://pastebin.ca/raw/1907284 -o udpflood.pl | |||
{{tools}} | |||
[[Category:Tools]] | [[Category:Tools]] |
Revision as of 02:52, 24 July 2010
mt_pulse.pl is a Perl script which directs an UDP flood to an IP
HowTo
$ wget http://pastebin.ca/raw/1907284 -o udpflood.pl #download
$ chmod +x udpflood.pl #make executable
$ sudo ./udpflood.pl #show help; must be run as root
Info
UDP Flooder - Randomizes SourceIP/Port and Destination Port Usage: ./test.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: ./test.pl 10 localhost -- to flood yourself @ 10kb/s on random ports Ex: ./test.pl 100 192.168.1.1 123 -- to flood your default gateway @ 100kb/s on UDP port 123
Download
wget http://pastebin.ca/raw/1907284 -o udpflood.pl
![]() |
UDP.pl is part of a series on Tools. |