Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
thm-blue-writeup — Writeup da sala Blue do TryHackMe — exploração do EternalBlue (MS17-010/CVE-2017-0143). | Kitploit
Tools/GitHubGitHub/fernandotdalcin/thm-blue-writeup
ReconnaissanceVulnerability AnalysisExploitationNetwork SecurityCTFPenetration TestingLearning & EducationLabs & Practice
GitHubfernandotdalcin/thm-blue-writeup

thm-blue-writeup

Writeup da sala Blue do TryHackMe — exploração do EternalBlue (MS17-010/CVE-2017-0143).

View Repository
3 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

TryHackMe — Blue | Phase 1: Reconnaissance with Nmap

Course: Cyber Security 101 | Room: Blue | Tool: Nmap


Context

The Blue room's main objective is the use of Metasploit. However, the first exercise focuses on reconnaissance — identifying open ports and vulnerabilities on the target before any exploitation.


Command used

root@kitploit:~
nmap -sV -vv --script vuln <IP>
FlagFunction
-sVDetects service version on ports
-vvVerbose output
--script vulnRuns NSE vulnerability detection scripts

Discovered ports

Nmap scan — open ports


Identified vulnerability

MS17-010 result — EternalBlue

root@kitploit:~
smb-vuln-ms17-010: VULNERABLE
CVE: CVE-2017-0143
Risk factor: HIGH
Disclosure date: 2017-03-14

The NSE script smb-vuln-ms17-010 confirmed that SMBv1 is active and vulnerable to EternalBlue — the same flaw used by the WannaCry ransomware in 2017.


Blue Team Perspective

This reconnaissance step is also a valuable exercise for those working in defense. What Nmap reveals about the target is exactly what a Blue Team analyst should proactively identify on their own network.

What this scan indicates for the defensive team:

ObservationRecommended defensive action
SMBv1 active (port 445)Disable SMBv1 — legacy unsupported protocol
MS17-010 unpatchedApply security update available since March 2017
RDP exposed (port 3389)Restrict access via firewall or VPN
Scan not detectedImplement alerts for port scanning on the network

Central question: if an attacker can obtain this information in seconds with Nmap, does the defense team already have visibility over this attack surface?

Reconnaissance is not just an offensive step — it is a mirror of what the Blue Team should be seeing first.


Room completed in May 2026 — TryHackMe Cyber Security 101

Download Tool
PortProtocolService
135TCPRPC
139TCPNetBIOS
445TCPSMB
3389TCPRDP
49152–49165TCPWindows dynamic ports