restanse / HELLOCKER

Winlocker on python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HELLOCKER

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

  1. Complete blocking of the keyboard (the password can be entered by clicking on the graphic buttons)

  2. Creating a bat file to add to startup

  3. 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

  1. Find the variables at the very beginning: password, lock_text and count.

  2. In password, instead of "123" in quotes, enter the password from numbers.

  3. In lock_text in quotes, enter the banner text

  4. In count, enter the number of attempts to enter the password, without quotes.

  5. 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.

About

Winlocker on python

License:MIT License


Languages

Language:Python 100.0%