EvilZone

Hacking and Security => Hacking and Security => : Infinityexists April 02, 2012, 12:57:12 PM

: developed a Virus that changes User Account Password
: 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/)
: Re: developed a Virus that changes User Account Password
: Kulverstukas 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?
: Re: developed a Virus that changes User Account Password
: Infinityexists 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 ?
: Re: developed a Virus that changes User Account Password
: Kulverstukas April 02, 2012, 01:56:40 PM
post it in the appropriate subforum if you want everyone to see it :)
: Re: developed a Virus that changes User Account Password
: zohraan April 02, 2012, 05:31:48 PM
Programming rocks. ""Solve the problem first, and then write the code""  :D
: Re: developed a Virus that changes User Account Password
: V0R73X 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:
:
net user <username> <new pass>
: Re: developed a Virus that changes User Account Password
: Zesh 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:
:
net user <username> <new pass>

If you try running it without Admin access you'd probably get Access Error 5 or some shit.
: Re: developed a Virus that changes User Account Password
: Infinityexists 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:
:
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 ;)
: Re: developed a Virus that changes User Account Password
: Infinityexists 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 :)
: Re: developed a Virus that changes User Account Password
: Zesh 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