Windows password changer.
Please don't use this for illegal purposes.
- Download ParrotOS Security Edition.
- Flash ParrotOS onto a USB. You can use BalenaEtcher.
- Boot live from parrot (IMPORTANT): select Forensics Mode to avoid traces...
- Mount the windows partition (How to mount a windows partition)
- Open a terminal and write:
git clone https://github.com/newtonsart/win-password-recovery
cd win-password-recovery
sudo python3 OSK.py
- Wait until the program is finished, shutdown the computer and boot Windows.
- In the login screen run On Screen Keyboard. It will appear a Terminal with administrator permissions.
- In the terminal run the following code to change the password:
net user {USERNAME} {NEW_PASSWORD}
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.
- Python 3 - The language used.
- Python modules used: os.