SSunnyincybersecurity-learning.hashnode.dev·6d ago · 6 min readTryHackMe Nmap Live Host Discovery: Beginner-Friendly Step-by-Step Learning GuideIntroduction I recently completed the Nmap Live Host Discovery room on TryHackMe as part of my ongoing cybersecurity learning journey. Before scanning ports or searching for vulnerabilities, security 10
AFAeon Flex / Splicer Scorninchaincoder.hashnode.dev·Jun 12 · 11 min readThe 2026 Wireless Threat Nobody Prepared For: UWB Hacking, Relay Attacks, and Proximity CrimesLook. I’ve been breaking things since before it was normal for kids to have phones. I watched the entire security industry grow up from a hobby into a bloated bureaucracy of certifications, compliance00
JJebitokinsharonjebitok.com·Jun 6 · 19 min readGuided Pentest: WebLink to the Walkthrough/Challenge on TryHackMe: Guided Pentest: Web Introduction Imagine you have been hired as a penetration tester. Your client runs a small web application called RecruitX, an inter00
JJebitokinsharonjebitok.com·Jun 4 · 19 min readGuided Pentest: Infrastructure (TryHackMe)Link to the Walkthrough on TryHackMe: Guided Pentest: Infrastructure Introduction Penetration testing isn't a single skill. It's a way of thinking. On any given engagement, you might need to think lik00
MCMyles Coreyinm2crazzy.hashnode.dev·Jun 3 · 3 min readTryHackMe Ice 1-4To solve this first task i ran the nmap -sV scan inside nmap and on port 3389 it has a service called MS-WBT-Server which is an Microsoft remote desktop service. So the answer the first question is 3300
JJebitokinsharonjebitok.com·Jun 2 · 28 min readBasic Vulnerability Identification Techniques (TryHackMe)Link to the walkthrough on TryHackMe: Basic Vulnerability Identification Techniques Introduction Vulnerability identification is the process of examining a target environment to identify exploitable w00
MCMyles Coreyinm2crazzy.hashnode.dev·Jun 2 · 3 min readUnrealIRCd Backdoor To begin this challenge, I used Nmap's service version detection feature to identify the services running on the target's open ports. The scan revealed 22 open ports. After reviewing the results, I de00
MCMyles Coreyinm2crazzy.hashnode.dev·Jun 1 · 2 min readVulnerability Scan with NmapI had Google Gemini create me an challenge using nmap on metasploitable and here is my walkthrough for it. To start this i ran the nmap -sV 10.0.2.3 scan on my vm and found the FTP service running o00
CC9labinc9lab.hashnode.dev·Jun 1 · 3 min readNmap: The Friendly Map of Your NetworkThink of your network like a busy town. Phones, laptops, smart TVs, printers, and even smart bulbs are all “residents” living there. They talk to each other and to the internet. But here’s the questio00
JJebitokinsharonjebitok.com·May 6 · 20 min readVulnerability Scanning Tools (TryHackMe)Introduction Vulnerability scanning is an automated process that identifies weaknesses, misconfigurations, and potential security issues across systems, networks, web applications, and devices. It’s u20