Jump to content

Stealth

Legendary Member
  • Posts

    1,178
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Stealth

  1. Px apo trapeza tha se xalage na to plhrwnes?Egw hostara site gia ligo kairo.
  2. View the video description for download links. Virus analysis | Download |
  3. I don't have a permanent system I keep switching between xp and 7. Xp because my computer was built for xp (2.66Ghz Intel Celeron D 2006 | Ram: 2GB (with original being 512MB)) and can't handle newer windows so well. Win7 because they are really fast (even for my computer) and they have good graphics but they dont have the performance of xp. So either xp + a nice theme + performance or win7 + good graphics + less performance (for my pc always). I have also tried ubuntu , fedora and opensuse with ubuntu being the best, but I am always getting quicly bored of these systems even if they rock because I can't get any game (even with wine) to work and specially I can't code VB.net even with mono.
  4. http://www.mozilla.com/en-US/firefox/3.6.3/whatsnew/
  5. I will go for delphi. Its easy to learn and easy to use. You can code almost any application with it. There isn't a "best" language , it depends what you need it for.
  6. WinXP but I am constantly changing between xp and 7.
  7. You mean this? For i = 1 to 9999999 'Do something here next i
  8. I love the theme they have on neowin.net check here Another good one. These rock!
  9. Yeah only this could generate real numbers too. (I got 33553.37 as random number) The way to do it properly for integers is this: Dim minimum_number As Integer = 1 Dim maximum_number As Integer = 10 Dim random_number As New Random MsgBox(random_number.Next(minimum_number, maximum_number)) or for a random number between 1 and 10 could be done easier Dim random_number As New Random MsgBox(random_number.Next(1, 10)) or for a function: Function GenerateRandomNumber(ByVal minimum_number As Integer, ByVal maximum_number As Integer) As Integer Dim rnd As New Random : Return rnd.Next(minimum_number, maximum_number) End Function
  10. You mean you want it to read a .txt file with numbers? Lets say the txt file contains this: 1 2 3 4 5 6 You want your program to read those numbers and post them line by line in a textbox or listbox?
  11. It is the stub for generating server.exe. It contains all the options , so you configure the options at L2 Keylogger and it passes them to the stub which generates the executable.
  12. I recommend you to learn C# , it will be easier (for the syntax at least) because you know java but I think C++ its better because its multi platform.About the possibilities, that depends both on the language and the programmers knowledge.
  13. Actually C# is a .NET language which means you need .NET framework to run it so thats a minus. However it is a powerful language which focuses on productivity of the casual windows developer. Unlike C++ , C# is easier to learn and is similar to Java.
  14. thepiratebay.org mininova.org
  15. The interval was at...?You got to wait some minutes before it sends the first email.
  16. Fixed , I will add the version here in a few minutes. Have you checked display Fake message or something?Cause it may not be an actual error.
  17. You need to wait , the time interval you specified. Eg. If you entered as time interval 10 minutes , wait 10 minutes and you will get the keystrokes on the email you set. (If it works ok , its out for testing) If you forgot to enter a time interval or email , you need to remake it and resend it. Edit: I have to add protection , so you can't build if you dont choose all the options needed.This will be out on the next version.
  18. Yes you can rename it , if he executes it it depends on the options what happens , but it actually does not do any harm , just steals passwords.It logs all keystrokes and emails them to you at the time interval you specify.
  19. You choose the options you want , and build an executable file named server.exe. You send that file to your victim. Edit: Tell him you are a sexy russian girl and rename that executable to sexy photo.jpg (do not change the extension just the name) zip it and send it.I have tested it , it works spreading that way :P LOL
  20. Beta test version added! Please test it on a virtual machine if you have one and tell me, Thanks.
  21. Oops sorry then.Someone please remove this post.
  22. Please post back any feedback, thanks.
  23. About The Stealer: This stealer gets all saved passwords in the computer. Each version is different, Kizar will make one new copy of the program for each customer.If your copy is detected by the anti-virus, Kizar will replace your stub once. Here are the Price Lists + time that will take in delivering you the Stealer: If you pay with Western Union the price is: 90$ (USD). If you pay with with Liberty Reserve the price is: 81$ (USD). New Price!!! : 78$ If you pay with with MoneyBookers the price is: 81$ (USD). New Price!!! : 78$ Recovery: Firefox (All versions) Internet Explorer 7-8 New! MSN Messenger (All versions) Live Messenger 8-9 Google Talk Trillian (Msn, Aim, Yahoo) Pidgin / Gaim Paltalk Scene New! Steam No-Ip DynDNS FileZilla FlashFXP New! Features: GUI coded in VB6 Stub coded in C/ASM Stub size uncompressed: 19Kb OS: NT/XP/Vista/W7 New! FUD (Runtime and Scantime) Don't use external programs Important! All strings encrypted Bypass UAC in vista Php log manager New! File binder upto 25 Mb Icon changer (Icons pack included) Anti virtual machines Anti OllyDbg Anti WireShark New! Anti Procmon Melt All encrypted Good design PHP Log Manager DEMO: New! In a nutshell: iStealer is a very good (in fact the best password stealer). I found a leaked version on the net and I think its clean. I am not keeping things to my self so... I decided after a lot of thinking to release it for free. I am not responsible if this causes any damage , although I scanned it for your safety and it seems clean! Download: http://rapidshare.com/files/369639249/iStealer5.0.1.rar Analysis: http://scanner.novirusthanks.org/analysis/55fb18656ff25e33931c8bb72680229d/aVN0ZWFsZXI1LjAuMS5leGU=/
  24. Very nice share, I don't play cs but I can see from the description that it is a very good one.
  25. Total progress: 75% This will probably be ready today!
×
×
  • Create New...