Author | Hacking XP login |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
So my boss's account on her XP i think home ediition. She doesnt know what the admin pass is. I dont know a great deal about it so i figured id ask if there is a way to get the admin pass. Thanx |
 |
Author | RE: Hacking XP login |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Hmm, idk much about this stuff. But i know that there is a lot of window crackers out there like LC5. Just google windows OS pass crackers. I know there's a really good one, but i think it's real easy to detect so if your boss dosn't know your doing this then i wouldn't use it but
http://www.petri.. . .ssword.htm
http://www.petri.. . .ord.htm#20
this uses a bootable image disk, but if you can't figure it out i'll help
http://www.loginr. . .
Hope that helps 
Edited by on 08-11-07 02:41 |
 |
Author | RE: lol |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
she has seen me reading hacking books so she actully ASKED me to try she is giving me her laptop tommorow even tho i told her i wasnt familiar with it. So she is very aware of what im doing detection isnt an issue |
 |
Author | RE: also |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
ya i had found those first two but those are demo versions that dont really do much |
 |
Author | RE: Hacking XP login |
SET Member

Posts: 380 Location: 0
Joined: 22.02.07 Rank: Moderate | |
I great way to do this is get NT password recovery tool (yes its free). it doesnt give u the password but it does let u change the all passwords on the windows system.
|
 |
Author | RE: blah |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
seemingly i can use cain and abel for it |
 |
Author | RE: blah |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
was kind of hoping there was a non program approach to it but it would seem that ophcrack is the best option unfortunatly i dont have a cd that i can burn an iso file to |
 |
Author | RE: Hacking XP login |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
you can boot up in safe mode and create a new admin account, if you need admin access.
Also, I have a program that'll let you set or delete an XP password, PM me and I'll send it to you 
|
 |
Author | RE: Ah ha |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
so safe mode option sounds viable how would i go about doing such a task in safe mode? |
 |
Author | RE: Hacking XP login |
SET Member

Posts: 380 Location: 0
Joined: 22.02.07 Rank: Moderate | |
Why do u not want a program approch to getting the password? heck why do u need the password why not just reset the password? Second safe mode is just a no extra service program admin account and if the admin account has a password (which if this is a install of Windows xp sp2 then it will) then u will be at square one( by the way to get to safe mode press F8 when ur coputer boots do it a few times and a black screen will apear with some Options choose Safemode or safemode with networking if u want to have internet access). The best idea is change the password with a utility or if thats not possable use LC5. the problem with LC5 is u need admin rights to get this u can replace the ulitiman.exe in system32 with another program that creates a admin account the tricky part is replaceing the utiliman becuase it keeps rebuilding itself. If u could get Knoppix std 0.1 and gain access to the filesystem of this "boss" computer then u could replace the utiliman.exe and not have windoews rebuild it. To run the program when the login screen appears press the windows key + U then use LC5 but LC5 can take quite a bit of time. It would be alot faster if ur boss gave u aleast the length of the pass , if it had numbers or special Chars. but if u dont have any idea it could take from 1 minute to a week to get it cracked. Like i said the most direct and easy approach is change the pass with a utility Like NT password Recovery.
Edited by SET on 08-11-07 06:05 |
 |
Author | RE: Hacking XP login |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
noober wrote:
so safe mode option sounds viable how would i go about doing such a task in safe mode?
safe mode will boot up xp with the least drivers possible. You'll see the normal login screen, sometimes with no password. Log in, if you can, and create a new admin account. Then, just reboot normally and login to the new account 
|
 |
Author | RE: Hacking XP login |
Uber0n Member

Posts: 1963 Location: Sweden
Joined: 13.06.06 Rank: Hacker Level 3 | |
This is what you need. http://ophcrack.s. . .forge.net/

http://uber0n.web. . . |
 |
Author | RE: ya |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
i did download ophcrack as well b4 had (did do some reseach b4 posting). Things is i dont have a DVD to burn to. I got a CD but since you need all the has files it wont fit |
 |
Author | RE: Safe Mode |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
As for the safe mode option i would still need to be able to login in order to make the nessaccery changes |
 |
Author | RE: Hacking XP login |
SET Member

Posts: 380 Location: 0
Joined: 22.02.07 Rank: Moderate | |
LOL i told u u would need to login if it was a SP2 verison. I guess i will have to spell it out slowly since u seem not to understand what i was saying earlier
1. Download Knoppix STD v0.1
2. Put Knoppix on a CD and put it in the cd in the CD drive
3. Mount the HD in knoppix
4. make a program to add a admin account like:
#include <stdio.h>
#include <windows.h>
int main(int argc, char* argv[])
{
system("net user hack knock /add" ;
system("net localgroup administrators hack /add" ;
return 0;
}
5. take knoppix STD out of cd drive
6. Restart computer
7. when login screen appears press Windows key + Ctrl
Now u have created another admin account that u can run LC5 on and get the passwords of all the other accounts
Edited by SET on 08-11-07 16:42 |
 |
Author | RE: Hacking XP login |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Or even easier download WindowsPE and simplygo to systemtools and create a new local userB)
|
 |