|
1 |
| -# LNK-Exploit |
2 |
| -🌐An lnk exploit (fake txt) for starting files with other extensions silently. Works on Windows 7 or higher |
| 1 | +# Lnk exploit builder for Windows |
| 2 | +The exploit generates a fake .txt file with a backdoor. The main idea is executing an exe/bat file silently. Important: the script is for education purposes only. You can use the provided code to create your own project or fork this repository and add any improvements |
| 3 | +<br>Feel free to leave a ⭐️ to this repo if you like it. You might also be interested in our Premium tools, feel free to check **@milleniumrat** telegram channel |
| 4 | + |
| 5 | +### 1) What does the user see before launching the file (file extension view is enabled): |
| 6 | + |
| 7 | + |
| 8 | +### 2) What does the user see after launching the file: |
| 9 | + |
| 10 | + |
| 11 | +### 3) What exactly happens: |
| 12 | +The .lnk invokes a hidden powershell console ➡️ The powershell script downloads/create a txt file with the same name and opens it in Notepad + downloads,saves and starts the exe file you`ve binded |
| 13 | +## Features: |
| 14 | +<br>✅NEW: additional link encoding and obfuscating |
| 15 | +<br>✅Easy-to use builder |
| 16 | +<br>✅Fake description generator |
| 17 | +<br>✅Hiding the backdoor code deep inside the binary. It is impossible to see the file content in the properties string (see the screenshot below) |
| 18 | +<br>✅Txt downloading option for long text files |
| 19 | +<br>✅Silent powershell console on background |
| 20 | +<br>✅Anti-analyzing - any change of properties will turn the infected file into a harmless one, all the malicious code will be destroyed |
| 21 | +<br>✅Bypassing Windows SmartScreen alert (the application will be started by another (trusted) application) |
| 22 | +<br>✅Windows Defender doesn`t block or delete the generated file |
| 23 | + |
| 24 | +## Extra Screenshots: |
| 25 | +### Builder: |
| 26 | + |
| 27 | + |
| 28 | +### Properties window of an infected file, the "Target" string look like it is be empty: |
| 29 | + |
| 30 | + |
| 31 | +## Building: |
| 32 | +<br>🔹Start **install_python.bat** if Python isn`t already installed on your PC or your Python version isn`t compatible with this script |
| 33 | +<br>🔹Once Python 3.10 is installed, run **lnk-compiler.exe** (you can also generate the compiler yourself openening the **lnk-compiler.sln** project solution and pressing CNTRL+B) |
| 34 | +<br>🔹Wait for the building to be completed |
| 35 | +<br>🔹**main.exe** in the **dist** directory is the ready file |
| 36 | + |
| 37 | +# 🛑Disclaimer: I don`t take the resposiblity for any illegal actions realized with the help of this tool, it was made for educational purposes, testing or cybersecurity researchs. Please, be nice |
| 38 | + |
0 commit comments