44S34S0Ninc0d3diablo.hashnode.dev·May 2 · 23 min readBuild your own red team lab Complete Homelab Documentation Active Directory · OPNsense · Keycloak · Forest Trust · Delegation Exploitation Table of Contents Lab Overview & Architecture Phase Planning OPNsense Interface Confi00
44S34S0Ninc0d3diablo.hashnode.dev·Mar 2 · 10 min readBorderlands(Tryhackme)nmap first i enumerate the Website maybe there are some hidden ports nmap -sC -sV -A -O 10.114.142.215 We noticed something interesting there's a web and a git which we can maybe download? But wai00
44S34S0Ninc0d3diablo.hashnode.dev·Feb 19 · 14 min readSt3alMyH34rt — Tryhackme (Love at first breach)At first i tried using nmap to check what are the open ports “nmap -sS -p- ” Then we found out there's port 8080 which an web app After looking around there’s 2 interesting page Love letters where y00