
How To Hack Windows Password with LockPhish
Hacking windows passwords is one of the easiest things to do. We have previously shown how to hack a Windows password when you have physical access to the device. With this method, you can hack windows passwords remotely. Well, today we will show you one more easy and unexpected method to hack and steal a windows lock screen password with Lockphish. So let’s begin:
DISCLAIMER: This is an educational article meant to aware of and educates readers about hackers. Do not use this tool to target other people. Use this article only for educational purposes.
Table of contents
How to hack Windows Lockscreen/Admin password:
For this hack, we will be using the Lockphish tool as a part of social engineering. We will be sending a malicious link that will socially engineer the target and capture the targets windows lock screen password:
Step 1: Clone Lockphish on your kali Linux with the following command:
git clone https://github.com/JasonJerry/lockphish
Alternative git clone links if the above does not work:
git clone https://github.com/JasonJerry/lockphish
git clone https://github.com/jaykali/lockphish

Step 2: Now change the directory to the lockphish folder as shown:
cd lockphish
Step 3: Now run lockphish with the following command:
bash lockphish.sh

Step 4: Press enter to use the default youtube link or Provide the link you want the victim to be redirected to as shown below:

Step 5: Press enter and the malicious link will be automatically created as shown below:

Step 6: Send this link to the victim. You can use a URL shortening tool as well to make the URL appear normal.
Step 7: The victim will see a lock screen as shown below:

Step 8: When the target enters the password it will be recorded as shown below:

How the hack works:
In this hack when we create the malicious link, that when forwarded to the victim calls a page that looks just like the windows login screen. When the victim unlocks the lock screen with his password the password is captured we can easily get access to the victim’s password as shown above. The victim thinks that their windows pc was locked when in reality it was a hack. And after entering his password on the fake page, the victim’s password will be sent to us just as shown above and you now have access to the victim’s lock screen password.
That’s all folks. This is how hackers can hack windows admin passwords. This tool was made by the Linux choice who seems to have deleted his Github repo. This hack can also be used to hack windows lock screen passwords remotely. There are many clones available for the same. If you have any issues do comment in the comment section. We would be happy to help.