Share
## https://sploitus.com/exploit?id=7FD84294-6FC5-58B3-A226-595DA105F38C
# Windows 10 Exploitation & Security Validation

## ๐ŸŽฏ Project Objective
The goal of this project was to perform a controlled exploitation attempt against a Windows 10 endpoint to validate the effectiveness of existing security patches and endpoint protection.

## ๐Ÿ› ๏ธ Tech Stack
- **Platform:** Kali Linux (Attacker), Windows 10 (Target)
- **Tool:** Metasploit Framework (msfconsole)
- **Vulnerability Targeted:** MS17-010 (EternalBlue)

## ๐Ÿš€ Execution Steps
1. **Module Selection:** Loaded `exploit/windows/smb/ms17_010_eternalblue`.
2. **Payload Configuration:** Set `windows/x64/meterpreter/reverse_tcp` to establish a reverse shell.
3. **Parameter Setup:** Configured `RHOSTS` (Target IP) and `LHOST` (Kali IP).
4. **Validation:** Executed the `exploit` command to test for vulnerability.

## ๐Ÿ“Š Findings & Verification
- **Outcome:** `The target is not vulnerable.`
- **Technical Analysis:** The exploit attempt failed because the target system has been properly patched against the EternalBlue vulnerability.
- **Security Impact:** This validation confirms that the system is resilient against Remote Code Execution (RCE) attacks targeting the SMB protocol.