Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTB Writeups

A collection of Hack The Box machines, solved and documented step by step: enumeration, exploitation and privilege escalation — explaining the why behind each step, not just the commands.

🔗 Read the writeups

Machines

Organized by difficulty and operating system:

Easy/
  Linux/     CCTV, Facts, Kobold, ...
  Windows/   Eighteen, Forest, MonitorsFour, Support, ...
Hard/
  Windows/   ...

Each writeup covers the full path through the machine, from the first scan to root/administrator.


How it's built

The site is published automatically with Jekyll on GitHub Pages. Writeups are written in Obsidian (markdown), and a small script (build.py) adapts them to Jekyll's format so there's no HTML to touch by hand.

To add a machine:

  1. Write the writeup in Obsidian using ![[image.png]] for screenshots.

  2. Save it in its difficulty/OS folder (Easy/Linux/, etc.) and the images in Images/.

  3. Convert and push:

    python3 build.py
    git add .
    git commit -m "feat: add <machine> writeup"
    git push

GitHub Pages rebuilds the site automatically.

About

Hack The Box machine writeups — enumeration, exploitation and privilege escalation, explained step by step.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages