Jump to content

rimy

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

rimy's Achievements

Newbie

Newbie (1/14)

10

Reputation

  1. Image icon: new version : Type = image: // Removed // Removed
  2. This tutorial is now outdated! Please click the link below: CLICK HERE FOR UPDATED TUTORIAL! Setting up iStealer 6.0 - Step by Step tutorial Written by Win32 FAQ (Firstly Asked Questions) What is iStealer 6.0? iStealer 6.0 is the currently the latest free version of iStealer software, made by Kizar. iStealer is a password stealer, it only steals saved passwords and only runs once. It is does not record keystrokes or run every X minutes like a keylogger. iStealer 6.0 sends the saved passwords to your MySQL database, which you can view using the PHP logger. I also recommend you export all logs from time to time as the host may take down your site as you are not following the t+c. Is iStealer 6.0 FUD (Fully Undetectable) iStealer 6.0 is not FUD, therefore if you want 100% of users who run it to get infected, you will have to crypt it. Almost every crypter will crypt iStealer without corrupting it. I recommend using a runtime and scantime crypter. You can find some free ones on this forum, however some may be backdoored so be careful. Runtime - Runtime means the file will not get detected by the antivirus when it is run on the computer Scantime - Scantime means the file will not get detected by the antivirus/online virus scan site when it is SCANNED, it will most likely get detected when it is run. Step 1 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: // REMOVED Step 2 Now, you need to register to the free hosting website below: CWahi Free Hosting Registration Once registered, make sure you verify your email. Step 3 Now, login using your username you registered with and password you registered with, using the login page below: CWahi Member Login Once, you have logged in, click databases or click here. Now click "Set up my database". You should now get the following information about your mySql: Quote: Your settings: DB Host: fdb-x-x.cwahi.net DB Name: yourusername_db1 DB Username: yourusername DB Password: Random Password DB Space: 10 Connections: 2 I recommend saving this information in a notepad document as you may not remember it in the future. Step 4 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: So for the EXAMPLE information above our index.php setup would be: Code: $dbHost = "fdb-x-x.cwahi.net"; // (1)MySQL host $dbUser = "yourusername"; // (3)MySQL username $dbPass = "Random Password"; // (4)MySQL password $dbDatabase = "yourusername_db1"; // (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 For: Code: $username = "username to login page"; // Login Username $password = "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. Step 5 Now press File Manager at the top or click here. Once there press Upload, and then press Browse under "Files Files entered here will be transferred to the FTP server.", find your index.php and press it, press Add another and find your style.css and press it. Then press the green tick under "Upload files and archives". Step 6 Now we are done with our PHP Logger, lets test it. Press My Site if you are logged in or go to: http://yourusername.cwahi.net/ Replace yourusername with your username you registered with. Log in with the username and password you put on these lines in the index.php: Code: $username = "username to login page"; // Login Username $password = "password to login page"; // Login Password If you succesfully signed in continue to Step 7. Step 7 Open up iStealer.exe, open it in a sandbox/vmware if you do not trust it or think it is backdoored. On the URL fill in: http://yourusername.cwahi.net/ Replace yourusername with your username you registered with. 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. Congratulations, you have just set up your own iStealer 6.0 server Ultimate 100% WORKING iStealer 6
×
×
  • Create New...