AV Evasion

Shellter

32 bit dosyalara shellcode enjekte eder.

dpkg --add-architecture i386
apt update && apt install wine32
shellter

Veil

Tespit edilemeyen bat dosyaları ve shellcodelar oluşturur.

apt -y install veil
/usr/share/veil/config/setup.sh --force --silent

Invoke-Obfuscation

git clone https://github.com/danielbohannon/Invoke-Obfuscation.git
apt install powershell
pwsh

Import-Module ./Invoke-Obfuscation.psd1
Invoke-Obfuscation
SET SCRIPTPATH /root/Desktop/shell.ps1
AST
ALL
1

Last updated