EvilZone
Hacking and Security => Hacking and Security => : Infinityexists 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/ (http://evilzone.org/scripting-languages/change-user-account-passwords-on-a-victim-pc-source-code/)
-
Would you give us the source of the compiled executable? I'd like the source please.
What language is it in?
-
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 ?
-
post it in the appropriate subforum if you want everyone to see it :)
-
Programming rocks. ""Solve the problem first, and then write the code"" :D
-
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:
net user <username> <new pass>
-
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:
net user <username> <new pass>
If you try running it without Admin access you'd probably get Access Error 5 or some shit.
-
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:
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 ;)
-
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 :)
-
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