Hack Windows Password Using Pwdump and John The Ripper
Things we need :-
1. Pwdump - To dump windows password hashes
2. John the Ripper - To crack the dumped password hashes
Procedure:-
1. Open My computer and go to C:\Windows\system32 ,now place the Pwdump file which we download earlier
2. Now open command prompt and navigate to C:\Windows\system32 \Pwdump By Using the "cd " command and click enter
Example :-3. Now you can see a list of Pwdump commands as shown
Cd C:\Windows\system32 \Pwdump
4. Now enter pwdump - localhost >>“ destination of the output file “ (for 32-bit computers) and pwdump -x localhost >> “destination of the out put file “(for 64- bit computers )
Example :-
Cd C:\Windows\system32 \Pwdump localhost >> C:\hash.txt (for 32-bit computers )
Cd C:\Windows\system32 \Pwdump -x localhost >> C:\hash.txt (for 64-bit computers)
5. Now open the Out put file (In my case its hash.txt )From c:/ you can see the names of the different users with password hashes Now copy the hashes corresponding to the admin account
6. Now make JTR (John the ripper ) crackable file by Opening a notepad and pasting the hashes which we copied in the previous step in the format given below
Example:-
User:gyuJo098KkLy9
where "gyuJo098KkLy9" is the hash which we copied in the 5th step
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.