3ndG4me / AutoBlue-MS17-010

This is just an semi-automated fully working, no-bs, non-metasploit version of the public exploit code for MS17-010
MIT License
1.19k stars 311 forks source link

User shell_prep Error #30

Closed DrP1ng closed 3 years ago

DrP1ng commented 3 years ago

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 `