Author Topic: [VBScript] Change User Account Passwords on a Victim PC  (Read 1819 times)

0 Members and 1 Guest are viewing this topic.

Offline Infinityexists

  • Peasant
  • *
  • Posts: 78
  • Reputation: +11
    • View Profile
[VBScript] Change User Account Passwords on a Victim PC
« on: April 02, 2012, 05:17:26 pm »
Hello Crackers


Eventually,here is the Complete Source code that allow you to change the Victim's user account's password to whatever you want, it doesn't only change the current Logged in user account password rather it change all the Administrators/Guest Account passwords and set it to one you've chosen,


There are two files , a Registry File and a VBScript File and both of them are attached.


Features:

* Works perfectly in Windows 7

*It works only if the current logged in user is any of the Administrator

*Both the files must be place together

*You can create the SFX to compile them into a single executable file.

*The default password to be set is 'SufyanGhori', if you want your own custom password then open the vbs file and simply replace 'SufyanGhori' with the password you want.


If you've any question regarding the code simply post them here, I'm here to answer them all :)

You're free to share the code but please don't remove the credit i.e my name 'Sufyan Ghori' which is mentioned as a comment in both the files :) .

- Thankyou
Sufyan Ghori
« Last Edit: April 02, 2012, 06:08:42 pm by Kulverstukas »

Offline zohraan

  • Peasant
  • *
  • Posts: 65
  • Reputation: +1
  • I am a learner in Computer Securities.
    • View Profile
Re: Change User Account Passwords on a Victim PC - Source Code
« Reply #1 on: April 02, 2012, 05:29:30 pm »
Though I haven't checked what you have coded, but em pretty sure you have done it well. :) I assume you have coded in Batch. :D Nice work !
-- Knowledge is Power --

Offline Infinityexists

  • Peasant
  • *
  • Posts: 78
  • Reputation: +11
    • View Profile
Re: Change User Account Passwords on a Victim PC - Source Code
« Reply #2 on: April 02, 2012, 05:34:23 pm »
Though I haven't checked what you have coded, but em pretty sure you have done it well. :) I assume you have coded in Batch. :D Nice work !


First of all thanks for appreciation :) although there are few lines of code that executed through a CMD but i haven't coded it in a batch , batch totally sucks :)
it is coded in VBScript with some flavor of Windows Registry tweaks ;)
« Last Edit: April 02, 2012, 05:34:40 pm by Infinityexists »

Offline Kulverstukas

  • Administrator
  • Legend
  • *
  • Posts: 3813
  • Reputation: +332
  • Gender: Male
  • Motherflipper
    • View Profile
    • My blog
Re: [VBScript] Change User Account Passwords on a Victim PC
« Reply #3 on: April 02, 2012, 06:10:04 pm »
Very well. I moved your little project...
I can't see how this can be applied anywhere else than your friend's computer for some reason but it's something :D

Offline Infinityexists

  • Peasant
  • *
  • Posts: 78
  • Reputation: +11
    • View Profile
Re: [VBScript] Change User Account Passwords on a Victim PC
« Reply #4 on: April 02, 2012, 06:14:06 pm »
Very well. I moved your little project...
I can't see how this can be applied anywhere else than your friend's computer for some reason but it's something :D


righnow this is just for FUN:D
but i can add little more features like , the password will be set randomly and the Victim User Login screen background will be changed and shows a message like ->
"If you want your Password back then contact abc@xyz.com"

also you'll receive an email with all the details of Victim including IP address , Comuter name , Country etcc.

i think that would be a great feature too :D
« Last Edit: April 02, 2012, 06:15:40 pm by Infinityexists »

Offline zohraan

  • Peasant
  • *
  • Posts: 65
  • Reputation: +1
  • I am a learner in Computer Securities.
    • View Profile
Re: [VBScript] Change User Account Passwords on a Victim PC
« Reply #5 on: April 02, 2012, 07:45:12 pm »

righnow this is just for FUN:D
but i can add little more features like , the password will be set randomly and the Victim User Login screen background will be changed and shows a message like ->
"If you want your Password back then contact abc@xyz.com"

also you'll receive an email with all the details of Victim including IP address , Comuter name , Country etcc.

i think that would be a great feature too :D

Well, that will be toooo interesting buddy !  :) Good Luck !
-- Knowledge is Power --

Offline common

  • NULL
  • Posts: 15
  • Reputation: +5
    • View Profile
Re: [VBScript] Change User Account Passwords on a Victim PC
« Reply #6 on: April 02, 2012, 08:17:44 pm »
I don't get the point, not trying to take away from the effort Its always awesome to code something that works so respect!

But in my mind the only reason to compromise a system is to install a socks server on it, so as to build a private chain.

Which means remaining undetected is crucial.

Offline DeepCopy

  • Legend
  • *******
  • Posts: 1512
  • Reputation: +163
  • Gender: Male
    • View Profile
Re: [VBScript] Change User Account Passwords on a Victim PC
« Reply #7 on: April 06, 2012, 10:19:31 pm »
You make me sad by saying batch sux :'( nice work though

http://evilzone.org/projects-and-discussion/breakdown-of-itstealer-2-0-batch-file/msg726/#msg726

Batch is just as powerful as vbs ;)

Offline Infinityexists

  • Peasant
  • *
  • Posts: 78
  • Reputation: +11
    • View Profile
Re: [VBScript] Change User Account Passwords on a Victim PC
« Reply #8 on: April 10, 2012, 03:41:39 pm »
You make me sad by saying batch sux :'( nice work though

http://evilzone.org/projects-and-discussion/breakdown-of-itstealer-2-0-batch-file/msg726/#msg726

Batch is just as powerful as vbs ;)


I'm really glad that you took your time to read my post :)
by saying 'Batch sucks' i literally mean that its code is easily detectable by any of the Crap anti virus around, beside saying this I myself is a big Fan and an avid Batch coder because i don't think that you can achieve everything just by using VbScripting without a small use of Batch Programming,
let me give you an example,
in this hack of mine I am actually overriding Windows registry in Local Machine, in this case Vbscripting really sucks because it doesn't allow you to make any changes in HKLM :/ , it always give you the permission denied or any weird error :o
there are many other instances where Batch programming is much more powerful than VBScripting or vise versa :)
so in the end i'd like to say VBScriptig and Batch file programming are nothing without each other , if you want to make something that really hit the spot you gotta use both of them ;)

Offline sunny4u91

  • NULL
  • Posts: 1
  • Reputation: +0
    • View Profile
Re: [VBScript] Change User Account Passwords on a Victim PC
« Reply #9 on: May 07, 2012, 04:14:36 am »
assalam o alaikum brothers ;)
i was trying to figure out that is it possible (it is possible LOL) that we should add remote user feature in this script? like in My computer >properties>remote>
****Allow user to connect this computer remotely****
i want to enable this last feature?? can u do this brother???

Online techb

  • Evilzone Love Spreader
  • Global Moderator
  • Legend
  • *
  • Posts: 1660
  • Reputation: +181
  • Gender: Male
  • Aliens do not wear hats.
    • View Profile
    • Tech B. Blog
Re: [VBScript] Change User Account Passwords on a Victim PC
« Reply #10 on: May 07, 2012, 07:09:42 am »
assalam o alaikum brothers ;)
i was trying to figure out that is it possible (it is possible LOL) that we should add remote user feature in this script? like in My computer >properties>remote>
****Allow user to connect this computer remotely****
i want to enable this last feature?? can u do this brother???


el oh el.

Offline Kulverstukas

  • Administrator
  • Legend
  • *
  • Posts: 3813
  • Reputation: +332
  • Gender: Male
  • Motherflipper
    • View Profile
    • My blog
Re: [VBScript] Change User Account Passwords on a Victim PC
« Reply #11 on: May 07, 2012, 11:10:56 am »
assalam o alaikum brothers ;)
i was trying to figure out that is it possible (it is possible LOL) that we should add remote user feature in this script? like in My computer >properties>remote>
****Allow user to connect this computer remotely****
i want to enable this last feature?? can u do this brother???
Why not ask Allah to code it for ya, brother?

Offline DeepCopy

  • Legend
  • *******
  • Posts: 1512
  • Reputation: +163
  • Gender: Male
    • View Profile
Re: [VBScript] Change User Account Passwords on a Victim PC
« Reply #12 on: May 12, 2012, 06:09:30 am »
Why not ask Allah to code it for ya, brother?

loFUCKINGl

</thread>
« Last Edit: May 12, 2012, 06:10:14 am by iTpHo3NiX »

 



Intern0t SoldierX py1337 SecurityOverride programisiai iExploit
Want to be here? Contact Ande, Bluechill or Kulverstukas on the forum or at IRC.