Skip to content

Commit

Permalink
Flipped
Browse files Browse the repository at this point in the history
  • Loading branch information
AHXR committed Nov 12, 2017
1 parent 36fb889 commit 0a3a9a5
Showing 1 changed file with 27 additions and 25 deletions.
52 changes: 27 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
# AHXR ScreenLock - Screen Lock Builder

<p align="center">
<img src="https://i.imgur.com/UzyOWNK.png" />
<a href="https://i.imgur.com/HQhESds.jpg">Web Builder</a> | <a href="https://i.imgur.com/ieYpNPN.png">.net Builder</a> | <a href="https://i.imgur.com/fWVGHxN.png">.net Listener</a>
</p>

---

This is a very simple screen lock application. As of right now, it is only compatible with Windows. The builder allows you to generate an .exe file that when ran, will lock the client's computer until they
enter the password you provided in the builder. The screen lock cannot be closed by normal means (ALT+F4), will kill Task Manager, will minimize all your windows and will prevent you from switching between
different applications.

The person who runs the lock will simply only be able to read the message provided and enter a password. This program was not made for malicious intent, but for educational purposes. If this is used for
another intent, there is a high chance an anti-virus software will detect it. The password and message are stored in the .exe file. The password is encrypted in SHA256. If you plan on using this for
whatever reason, it will be best to encrypt the .exe with an encrypter software.

Starting from the 1.1 update, you are now allowed to pack an .exe file into the locker. This means you can basically attach and run any program you would like in the background as the screen is locked.
Basically, it will pack the other .exe file into the locker and extract it when the locker is run. Then the extracted executable will be run in the background. If the executable closes on it's own or
if the client enters their password, the extracted file will be deleted. This will prevent any backtracing of what was run. (Not available on web version atm)

In the releases, I've included the builder, the empty screenlock exe (don't run) and a test file. The password to the test executable is "test". Use this at your own risk.

---

# Trojan.Win32.Lockdown - Shutdown 2017

<p align="center">
Expand Down Expand Up @@ -65,3 +40,30 @@ they are smart enough to close out the scanner via task manager, it still won't
the background malware will unload it's payloads.

I have included the malware in a separate download. Run it at your own risk.

---

# AHXR ScreenLock - Screen Lock Builder

<p align="center">
<img src="https://i.imgur.com/UzyOWNK.png" />
<a href="https://i.imgur.com/HQhESds.jpg">Web Builder</a> | <a href="https://i.imgur.com/ieYpNPN.png">.net Builder</a> | <a href="https://i.imgur.com/fWVGHxN.png">.net Listener</a>
</p>

---

This is a very simple screen lock application. As of right now, it is only compatible with Windows. The builder allows you to generate an .exe file that when ran, will lock the client's computer until they
enter the password you provided in the builder. The screen lock cannot be closed by normal means (ALT+F4), will kill Task Manager, will minimize all your windows and will prevent you from switching between
different applications.

The person who runs the lock will simply only be able to read the message provided and enter a password. This program was not made for malicious intent, but for educational purposes. If this is used for
another intent, there is a high chance an anti-virus software will detect it. The password and message are stored in the .exe file. The password is encrypted in SHA256. If you plan on using this for
whatever reason, it will be best to encrypt the .exe with an encrypter software.

Starting from the 1.1 update, you are now allowed to pack an .exe file into the locker. This means you can basically attach and run any program you would like in the background as the screen is locked.
Basically, it will pack the other .exe file into the locker and extract it when the locker is run. Then the extracted executable will be run in the background. If the executable closes on it's own or
if the client enters their password, the extracted file will be deleted. This will prevent any backtracing of what was run. (Not available on web version atm)

In the releases, I've included the builder, the empty screenlock exe (don't run) and a test file. The password to the test executable is "test". Use this at your own risk.

---

0 comments on commit 0a3a9a5

Please sign in to comment.