ArticleHTB Academy - Web Enumeration
HTB Academy Web Enumeration: Run quick web enumeration against the target, pivot from findings to auth, and grab the flag. • HTB Academy • enumeratio…
Hands-on Hack The Box Academy notes covering enumeration, exploitation, web security, and defensive lessons.
ArticleHTB Academy Web Enumeration: Run quick web enumeration against the target, pivot from findings to auth, and grab the flag. • HTB Academy • enumeratio…
ArticleHTB Academy Get started: Build a practical, deep understanding of the Nmap flags you actually use during HTB/CTF and real engagements, then connect t…
ArticleHTB Academy Firewall and IDS/IPS Evasion Medium Lab: After we conducted the first test and submitted our results to our client, the administrators ma…
ArticleHTB Academy Service Enumeration: Enumerate all ports/services on the host and extract the flag exposed by one of the services. • HTB Academy • htb ac…
ArticleHTB Academy Create user: New ADUser Name "Orion Starchaser" Accountpassword (ConvertTo SecureString AsPlainText (Read Host "Enter a secure password")…
ArticleHTB Academy Active Direcotry : Built in AD Groups AD contains many default or built in security groups, some of which grant their members powerful ri…
ArticleHTB Academy NTLM: Give a practical, concise overview of NTLM/Net‑NTLM families (hashes & protocols), how they differ from Kerberos, what each looks l…
ArticleHTB Academy DNS: DNS • HTB Academy • dns, htb academy
ArticleHTB Academy Kerberos: Give myself (and future me) a crisp, ops‑ready refresher on the core AD protocols I keep touching: Kerberos, DNS, LDAP, and MSR…
ArticleHTB Academy LDAP: Keep a clear, ops ready explainer of LDAP and MSRPC in AD: what they are, how they’re used, how to query/troubleshoot them, and wha…
ArticleHTB Academy Web Requests: Keep a crisp, practical explainer of HTTP requests, responses, headers, and methods/status codes—with raw examples and copy…
ArticleHTB Academy Basic Auth challange: Authenticate to the target, grab a valid session cookie, and use it with cURL to POST JSON to /search.php and hunt…
ArticleHTB Academy Active Directory: Active Directory Hierarchy — Forests, Domains, OUs & Policy Objects 🎯 Quick Map (What lives in AD) Domain Computers –…
ArticleHTB Academy OSI Model and Protocol breakdown: Networking Primer Layers 1 4 The image below gives a great view of the Open Systems Interconnect (OSI)…
ArticleHTB Academy Networking Primer Layers 1 4: Networking Primer Layers 1 4 The image below gives a great view of the Open Systems Interconnect (OSI) mode…
ArticleHTB Academy Wireshark 2: Network Traffic Analysis — Worksheet (My Notes) • HTB Academy • htb academy, module81
ArticleHTB Academy Network Wireshark and extract: Use Wireshark to recover application data and files directly from captured network streams (HTTP/SMB/DICOM…
ArticleHTB Academy Mac adddresses: Each host in a network has its own 48 bit (6 octets) Media Access Control (MAC) address, represented in hexadecimal forma…
ArticleHTB Academy IP protocols: IPv4 The size of the prefix, in bits, is written after the oblique. This is called "slash notation". There is a total of 32…
ArticleHTB Academy TCP dump: TCPDump Quick Reference • HTB Academy • htb academy, module81
ArticleHTB Academy Traffic analysis: Descriptive Analysis Descriptive analysis is an essential step in any data analysis. It serves to describe a data set b…
ArticleHTB Academy The Analysis Process: Traffic capturing and analysis can be performed in two different ways, active or passive. Each has its dependencies…
ArticleHTB Academy Networking TCP/IP: he OSI Model The goal in defining the ISO/OSI standard was to create a reference model that enables the communication…
ArticleHTB Academy Networking TCP/IP: he OSI Model The goal in defining the ISO/OSI standard was to create a reference model that enables the communication…
ArticleHTB Academy Networking modules: Networking Models • HTB Academy • htb academy, module 34
ArticleHTB Academy Networking Proxies: Dedicated Proxy / Forward Proxy The Forward Proxy, is what most people imagine a proxy to be. A Forward Proxy is when…
ArticleHTB Academy Networking Topologies: A network topology is a typical arrangement and physical or logical connection of devices in a network. Computers…
ArticleHTB Academy Introduction to networking overview: Server Gateway: 10.20.0.1/25 Domain Controller: 10.20.0.10/25 Client Gateway: 10.20.0.129/25 Client…
ArticleDOM XSS in innerHTML sink using source location.search: in this example I just walked through different payloads for XSS DOM, • HTB Academy • DOM XSS…
ArticleHTb Academy Network Types: Give a clear, practical reference for common network types (WAN, LAN/WLAN, VPN) and related book terms (GAN, MAN, PAN/WPAN…
ArticleHTB Academy Windows Sessions and Subsystem: iInteractive An interactive, or local logon session, is initiated by a user authenticating to a local or…
ArticleHTB Academy Windows Services & Processes: window services can be listed by following command • HTB Academy • htb academy, module49
ArticleHTB Academy File System: Pros of FAT32: • HTB Academy • htb academy, section 456
ArticleHTB Academy Operating System Structure: Directory Function Perflogs Can hold Windows performance logs but is empty by default. Program Files On 32 bi…
ArticleHTB Academy System Information: Command • HTB Academy • htb academy, section 70
ArticleHTB Academy History and dir paths: Path Description / The top level directory is the root filesystem and contains all of the files required to boot t…
ArticleHTB Academy Fundamentals Find Files and Directories: 🎯 Tasks 1) Find the config file created after 2020 03 03 whose size is 25 KiB and <28 KiB. 2) C…
ArticleHTB Academy Filter Contents: Quick, repeatable techniques to read, reshape, and extract data from files and web pages using core Linux tools (head, t…
ArticleHTB Academy Permission Management Quick Notes: Clean, copy pasteable reminders for changing ownership and permissions, plus a short note on SUID/SGID…