Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 847 Bytes

File metadata and controls

28 lines (18 loc) · 847 Bytes

HackTheBox Write-Ups by ahkrichards

This repository aggregates my scripts and write-ups for retired HackTheBox machines and challenges. Please enjoy!

Machines

Challenges

  • TODO

Templates

Template Description
py-exploit-boilerplate I use this template to write PoC code automating exploitation.

Write-Up Guidelines

To keep a uniformity on the write-ups, use the following style guide:

  • Discussion Title: {Machine} write-up by {username}
  • Title each phase with an H2 tag (##)
  • Title each step of a phase with an H3 tag(###)
  • Enclose all commands and code in a code block (~~~)
  • Use external links for used exploits
  • Tag the post properly, eg. {machine},writeups,etc.