Feb 12 · 5 min read · Crocodile is a beginner-friendly Linux room that focuses on fundamental enumeration techniques, including Nmap scanning, anonymous FTP access, and directory brute forcing. In this walkthrough, we will take a structured approach to identifying exposed...
Join discussionDec 7, 2025 · 11 min read · HackTheBox | Gavel Writeup — From SQL Injection to Root Shell A step-by-step walkthrough of exploiting an auction platform through source code analysis, SQL injection, and YAML-based privilege escalation Before diving in, I want to note that this is...
Join discussionOct 1, 2025 · 8 min read · My Review I found Cozyhosting to be straightforward once getting the enumeration right. It pushed back on some of the more basic directory-enumeration tricks and simple command-injection attempts, but nothing too exotic. Privilege escalation to root ...
Join discussion
Sep 29, 2025 · 2 min read · OVERVIEW As you can see we don’t have any files to download nor their is any instance but in description we can see there is a name Frank Vitalik So Lets Search Up his name and to narrow our search i used a little google dorking. intext:”Frank Vita...
Swei commented
Sep 24, 2025 · 1 min read · My Review of the "Keeper" Hack The Box Machine The "Keeper" machine, although rated as easy, offers a variety of exploit techniques. Initial access is gained through an open-source request tracker using default credentials, which provides SSH access....
Join discussionSep 13, 2025 · 4 min read · AD Attacks & Tools Timeline 2021 The PrintNightmare vulnerability was a significant remote code execution flaw in the Windows Print Spooler, which could be exploited to compromise hosts within an AD network. The Shadow Credentials attack was introd...
Join discussion
Sep 4, 2025 · 2 min read · I never really believed I would get back what had been lost. It all still seems like a dream. I was dating somebody that I really liked. We were together for almost two years. I was teaching him how to trade cryptocurrency in that time. He did not ha...
Join discussion
Aug 25, 2025 · 5 min read · Initial Scan NMAP nmap -sV -sC -oA nmap 10.10.11.70 -v -p- NMAP Results: 3/tcp open domain syn-ack Simple DNS Plus 88/tcp open kerberos-sec syn-ack Microsoft Windows Kerberos (server time: 2025-05-18 02:03:58Z) 135/tcp open msrpc ...
Join discussion