`
./shellprep.sh
.-;;-.
'-..-'| || |
'-..-'|.-;;-.|
'-..-'| || |
'-..-'|.-''-._|
Eternal Blue Windows Shellcode Compiler
Let's compile them windoos shellcodezzz
Compiling x64 kernel shellcode
eternalblue_kshellcode_x64.asm: fatal: unable to open output file sc_x64_kernel.bin'
but if I run shell_prep.sh with sudo permissions it does not give me problems
`
sudo ./shellprep.sh
.-;;-.
'-..-'| || |
'-..-'|.-;;-.|
'-..-'| || |
'-..-'|.-''-._|
Eternal Blue Windows Shellcode Compiler
Let's compile them windoos shellcodezzz
Compiling x64 kernel shellcode
Compiling x86 kernel shellcode
kernel shellcode compiled, would you like to auto generate a reverse shell with msfvenom? (Y/n)
n
Okay cool, make sure you merge your own shellcode properly :)
DONE
`
If I run shell_prep.sh I get a compilation error
` ./shellprep.sh .-;;-. '-..-'| || | '-..-'|.-;;-.| '-..-'| || | '-..-'|.-''-._|
Eternal Blue Windows Shellcode Compiler
Let's compile them windoos shellcodezzz
Compiling x64 kernel shellcode eternalblue_kshellcode_x64.asm: fatal: unable to open output file
sc_x64_kernel.bin'
but if I run shell_prep.sh with sudo permissions it does not give me problems
` sudo ./shellprep.sh .-;;-. '-..-'| || | '-..-'|.-;;-.| '-..-'| || | '-..-'|.-''-._|
Eternal Blue Windows Shellcode Compiler
Let's compile them windoos shellcodezzz
Compiling x64 kernel shellcode Compiling x86 kernel shellcode kernel shellcode compiled, would you like to auto generate a reverse shell with msfvenom? (Y/n) n Okay cool, make sure you merge your own shellcode properly :) DONE `