Skip to content

newtonsart/win-password-recovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

OSK

Windows password changer.

Please don't use this for illegal purposes.

Usage

  1. Download ParrotOS Security Edition.
  2. Flash ParrotOS onto a USB. You can use BalenaEtcher.
  3. Boot live from parrot (IMPORTANT): select Forensics Mode to avoid traces...
  4. Mount the windows partition (How to mount a windows partition)
  5. Open a terminal and write:
git clone https://github.com/newtonsart/win-password-recovery
cd win-password-recovery
sudo python3 OSK.py
  1. Wait until the program is finished, shutdown the computer and boot Windows.
  2. In the login screen run On Screen Keyboard. It will appear a Terminal with administrator permissions.
  3. In the terminal run the following code to change the password:
net user {USERNAME} {NEW_PASSWORD}

How it works???

It basically changes the program of the On Screen Keyboard to a Terminal with administrator permissions, that way, you'll be able to change the password of any user once you run the On Screen Keyboard in the login screen.

Built with

  • Python 3 - The language used.
  • Python modules used: os.