YPYogeshwar Peelainexploitnotes.hashnode.dev·Jul 24 · 18 min readTryHackMe : Enterprise WriteupSummary Enterprise is an Active Directory box that starts as a classic external AD footprint (DNS, Kerberos, LDAP, SMB, RDP, WinRM) plus two extra web ports: an IIS site on 80 and a Bitbucket-branded 00
KK4M1_n0_73in0xk4m1.hashnode.dev·Jul 19 · 8 min readScoping out a Linux server / Kioptrix 1 Recon and Enumeration.So this is the initial phase of the Kioptrix hack. Kioptrix Level 1 is an intentionally vulnerable VM I downloaded from VulnHub and ran in VMware. The goal of this machine is simply to get root. I'm l00
SSunnyincybersecurity-learning.hashnode.dev·Jul 7 · 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