This forum is in archive mode. You will not be able to post new content.

Author Topic: developed a Virus that changes User Account Password  (Read 3172 times)

0 Members and 1 Guest are viewing this topic.

Offline Infinityexists

  • Peasant
  • *
  • Posts: 74
  • Cookies: 1
    • View Profile
developed a Virus that changes User Account Password
« on: April 02, 2012, 12:57:12 PM »
Hello,


I just finished coding a Virus that change the user Account password in a Victim PC :D
not just the account user currently logged in but it will change the password to every administrator/guest account in a victim PC and if there is no password set for the Administrator account it will set one ;)


Let me know if it worth a share :)


Have a look at it here ,


http://evilzone.org/scripting-languages/change-user-account-passwords-on-a-victim-pc-source-code/
« Last Edit: April 10, 2012, 03:46:20 PM by Infinityexists »

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: developed a Virus that changes User Account Password
« Reply #1 on: April 02, 2012, 01:04:40 PM »
Would you give us the source of the compiled executable? I'd like the source please.
What language is it in?

Offline Infinityexists

  • Peasant
  • *
  • Posts: 74
  • Cookies: 1
    • View Profile
Re: developed a Virus that changes User Account Password
« Reply #2 on: April 02, 2012, 01:07:11 PM »

I can give you the source :)  and I'd really appericiate that, I've used VBscript, Some Windows Registry Tweaks and some CMDs :)   


I had a really tough time understanding how user account works and what are the requirements to change every user account password from one Administrator account but I finally figured it out and ended up developing a smart code :D
btw, currently it has two files, a Registry file and one VBSCript file that must be compiled into one , it could easily be be done using WinRAR SFX :)


should i post a source code here or should i Message it to you ?
« Last Edit: April 02, 2012, 01:24:34 PM by Infinityexists »

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: developed a Virus that changes User Account Password
« Reply #3 on: April 02, 2012, 01:56:40 PM »
post it in the appropriate subforum if you want everyone to see it :)

zohraan

  • Guest
Re: developed a Virus that changes User Account Password
« Reply #4 on: April 02, 2012, 05:31:48 PM »
Programming rocks. ""Solve the problem first, and then write the code""  :D

V0R73X

  • Guest
Re: developed a Virus that changes User Account Password
« Reply #5 on: April 08, 2012, 08:10:24 AM »
I can give you the source :)  and I'd really appericiate that, I've used VBscript, Some Windows Registry Tweaks and some CMDs :)   


I had a really tough time understanding how user account works and what are the requirements to change every user account password from one Administrator account but I finally figured it out and ended up developing a smart code :D
btw, currently it has two files, a Registry file and one VBSCript file that must be compiled into one , it could easily be be done using WinRAR SFX :)


should i post a source code here or should i Message it to you ?
Does it also work if it's run without the admin privilages?
I mean if you have admin access to the computer all you have to do is:
Code: [Select]
net user <username> <new pass>

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: developed a Virus that changes User Account Password
« Reply #6 on: April 08, 2012, 06:18:27 PM »
Does it also work if it's run without the admin privilages?
I mean if you have admin access to the computer all you have to do is:
Code: [Select]
net user <username> <new pass>

If you try running it without Admin access you'd probably get Access Error 5 or some shit.

Offline Infinityexists

  • Peasant
  • *
  • Posts: 74
  • Cookies: 1
    • View Profile
Re: developed a Virus that changes User Account Password
« Reply #7 on: April 10, 2012, 03:43:57 PM »
Does it also work if it's run without the admin privilages?
I mean if you have admin access to the computer all you have to do is:
Code: [Select]
net user <username> <new pass>


I knew that most of you will ask this question , this was the exact problem i was facing while i was coding this which is why i have included the Registry file that always executes the Command Prompt as an administrator :D
so have fun guys this script will always gonna work ;)

Offline Infinityexists

  • Peasant
  • *
  • Posts: 74
  • Cookies: 1
    • View Profile
Re: developed a Virus that changes User Account Password
« Reply #8 on: April 10, 2012, 03:44:38 PM »
If you try running it without Admin access you'd probably get Access Error 5 or some shit.


there would be no such error as the registry file override the registry to execute command prompt as an administrator :)

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: developed a Virus that changes User Account Password
« Reply #9 on: April 10, 2012, 06:54:28 PM »

there would be no such error as the registry file override the registry to execute command prompt as an administrator :)

Ah, pretty sweet, Ima test it out :D

 



Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.