Bruteforcing Win2k/XP password protectionGrabbing the SAM:On non domain controllers or computers the
Security
Accounts
Manager (SAM) file is stored in %systemroot%\system32\config and is locked by windows and NTFS. NTFSdosPro can be used to grab the SAM file. We however will not be using NTFSDosPro we'll be using another method which will utilize PWDump3.
PWDump3Download PWdump3 Which can be found here:
http://forums.governmentsecurity.org/index...pe=post&id=3313or in the downloads section of
http://www.governmentscurity.orgUsage: PWDUMP3 machineName [outputFile] [userName]
Machine Name can be either a Machine name or IP address with or without the \\
for example: pwdump3 \\127.0.0.1 passwords.txt saves the usernames and hashes to a file called passwords.txt in the local directory of pwdump3.
An editted example would be:
c:\pwdump3v2>type passwords.txt
hehehe:1002:NO PASSWORD*********************:8D8602394CF766E73E84E2EC9FF66BEB:::
junkie:1003:NO PASSWORD*********************:37DC783DEE63C5C6C5BF673D98512374:::
Now that we have the password Hashes.... we can move onto bruteforce them...
John The RipperYou can download John the Ripper (JTR) at:
http://forums.governmentsecurity.org/index...pe=post&id=3316You may also want to download a dictionary file depending on the area of location etc there are an assortment of dictionary files we'll use English.txt as our example...
For 50 mb's of dictionary files click this link:
http://forums.governmentsecurity.org/index...hp?showtopic=81After you've downloaded JTR and have extracted it... go into the directory "Run" and find and open the file John.ini...
The top of the file should look like this: