Difficulty Level: ⭐
Blue is a machine with a vulnerability in the 445 protocol SMB. EternalBlue allows remote code execution that was discovered in [MS17-010]
Summary:
At the end of the writeup I'll give you a summary of the entire machine, in english and spanish 🥳.
IMPORTANT You must have a virtual machine or audit operating system with root privileges and an Internet connection..
Methodology to be used:
Etrnal Blue is an exploit that was allegedly developed by the U.S. National Security Agency (NSA).
This program was stolen and then leaked by "The Shadow Brokers". It was then used to execute one of the most damaging ransomware attacks in history, known as Wannacry.
The eternal blue virus program was designed to exploit a vulnerability registered as CVE-2017-0144, which corresponds to a security flaw in Microsoft's Server Message Block protocol (SMB).
The security patch for this eternal blue virus vulnerability, called MS17-010, was released in March 2017.
The use of the eternalblue exploited mainly affected hospitals, police stations and, in general, organizations around the world.
#POWERSHELL1ping -c 1 10.10.90.82 2
#POWERSHELL1nmap -sn 10.10.90.82 2
#POWERSHELL1sudo su 2
#POWERSHELL1nmap 10.10.90.82 -p- -sV -oN all_ports.nmap -Pn --min-rate 5000 2
#POWERSHELL1sudo nmap -p- --open -sS --min-rate 5000 -vvv -n -Pn 10.10.90.82 -oG Escaneo 2
Se que todo esto es bastante simple y me explicación no fue la mejor pero intento detallar lo mas claro posible..
Mas adelante mostraré a realizar pruebas de penetración a diferentes sistemas en tu laboratorio.