Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 1.14 KB

README.md

File metadata and controls

19 lines (9 loc) · 1.14 KB

evade

This tool encrypts a payload and embeds self-decrypting logic within it. Designed to evade antivirus detection, it ensures the payload remains undetected upon initial execution.

it also has an option to make_exe but it only works if you are on Windows (Linux machines cannot make executeable files)

image

Top left panel is the payload below it is the WSL terminal where i run this script. and on the top right it shows what the payload looks like after the process and below it is the Powershell terminal demonstrating the process of making an exe from encrypted payload


image

Disclaimer

This tool is designed for educational and research purposes only. It demonstrates the principles of payload encryption and self-decrypting logic to evade antivirus detection. The primary intention is to help cybersecurity professionals understand how such techniques might be used by malicious actors and to develop better defense mechanisms against them.