• XSS.stack #1 – первый литературный журнал от юзеров форума

Introducing LNK Exploit Tool: A Basic Payload Creator

BADREDDINE

HDD-drive
Пользователь
Регистрация
20.01.2023
Сообщения
33
Реакции
30
LNK Exploit Tool: A Simple Payload Creation Tool - Review and Expert Feedback
As a developer interested in creating .lnk payloads, I’ve built this tool to simplify the process. Currently, the tool allows users to:

  • Generate a .lnk shortcut with a Base64-encoded PowerShell command.
  • Customize the download URL and payload name.
  • Use basic obfuscation techniques to enhance the command’s stealth.

Although this tool is functional, it is still under development. I am seeking advice from experts on improving the tool's techniques and features. I would greatly appreciate your feedback on how to enhance the effectiveness and security of the payload.

Requirements:
pip install pywin32 winshell


2.png
 

Вложения

  • LNK Exploit.zip
    1.8 КБ · Просмотры: 65
Not an expert but after looking quickly a few ideas:

1. randomize concatenation (obfuscate_command function)
2. check out https://xss.pro/threads/112788/ for different lnk execution methods
3. Invoke-Obfuscation is old but has obfuscation ideas
4. look at https://xss.pro/threads/122725/ for features they used
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх