Closed 3llxkx closed 3 years ago
Hi mate, I'm seeing the issue, but can you please give me a bit more context? Just to start, please paste here the exact command line you were using to launch the program.
<python inceptor.py dotnet -t donut mimikatz.exe -o kiwi.exe --sgn --sign> is good <python inceptor.py dotnet MsgboxShellcode64.bin -o MySisterFell.exe --sgn --sign -P -m dinvoke> with error
Hi @3llxkx, thanks for the additional information. Now it makes sense, the supported extension for shellcode files is "raw". If you rename your file from MsgboxShellcode64.bin
to MsgboxShellcode64.raw
, it should work again.
I should defintely introduce a preliminary check on the input file name.
Cool, it's working well now, thank you!