> ## Documentation Index
> Fetch the complete documentation index at: https://writeups.dudji.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Writeups

> A collection of detailed writeups for CTF machines, security challenges, and CTF competitions.

<div className="homepage">
  <div style={{display: 'grid', gridTemplateColumns: 'repeat(2, 1fr)', gap: '1rem'}}>
    <a
      href="/machines"
      style={{
textDecoration: "none",
border: "1px solid #2a2a2a",
borderRadius: "0.5rem",
overflow: "hidden",
display: "block",
padding: "0",
}}
    >
      <div
        style={{
  width: "100%",
  height: "200px",
  overflow: "hidden",
  margin: "0",
  lineHeight: "0",
  fontSize: "0",
}}
      >
        <img
          src="https://mintcdn.com/dudji-2c6e4328/Hp5OjPDDQG_iY9ad/images/Machines.jpg?fit=max&auto=format&n=Hp5OjPDDQG_iY9ad&q=85&s=4fe3b7c671b5eff8d9d24a3b1247c64b"
          style={{
    width: "100%",
    height: "100%",
    objectFit: "cover",
    objectPosition: "50% 35%",
    display: "block",
    transform: "scale(1.18)",
    filter: "brightness(1.2) contrast(1.1)",
  }}
          width="1000"
          height="562"
          data-path="images/Machines.jpg"
        />
      </div>

      <div style={{ padding: "1rem" }}>
        <Icon icon="cube" size={20} color="#00ff41" />

        <p style={{ fontWeight: "bold", margin: "0.5rem 0 0.25rem", color: "white" }}>
          Machines
        </p>

        <p style={{ color: "#888", margin: 0, fontSize: "0.875rem" }}>
          CTF machine writeups
        </p>
      </div>
    </a>

    <a
      href="/challenges"
      style={{
textDecoration: "none",
border: "1px solid #2a2a2a",
borderRadius: "0.5rem",
overflow: "hidden",
display: "block",
padding: "0",
}}
    >
      <div
        style={{
  width: "100%",
  height: "200px",
  overflow: "hidden",
  margin: "0",
  lineHeight: "0",
  fontSize: "0",
}}
      >
        <img
          src="https://mintcdn.com/dudji-2c6e4328/Hp5OjPDDQG_iY9ad/images/Challenges.jpg?fit=max&auto=format&n=Hp5OjPDDQG_iY9ad&q=85&s=0df0e95dae47c096455f008694e39fde"
          style={{
    width: "100%",
    height: "100%",
    objectFit: "cover",
    objectPosition: "50% 35%",
    display: "block",
    transform: "scale(1.18)",
    filter: "brightness(1.2) contrast(1.1)",
  }}
          width="1280"
          height="720"
          data-path="images/Challenges.jpg"
        />
      </div>

      <div style={{ padding: "1rem" }}>
        <Icon icon="square-check" size={20} color="#00ff41" />

        <p style={{ fontWeight: "bold", margin: "0.5rem 0 0.25rem", color: "white" }}>
          Challenges
        </p>

        <p style={{ color: "#888", margin: 0, fontSize: "0.875rem" }}>
          Security challenges
        </p>
      </div>
    </a>

    <a
      href="/ctfs"
      style={{
textDecoration: "none",
border: "1px solid #2a2a2a",
borderRadius: "0.5rem",
overflow: "hidden",
display: "block",
padding: "0",
}}
    >
      <div
        style={{
  width: "100%",
  height: "200px",
  overflow: "hidden",
  margin: "0",
  lineHeight: "0",
  fontSize: "0",
}}
      >
        <img
          src="https://mintcdn.com/dudji-2c6e4328/Hp5OjPDDQG_iY9ad/images/CTFs.jpg?fit=max&auto=format&n=Hp5OjPDDQG_iY9ad&q=85&s=de13ed081893407188fc49bda7833e75"
          style={{
    width: "100%",
    height: "100%",
    objectFit: "cover",
    objectPosition: "50% 35%",
    display: "block",
    transform: "scale(1.18)",
    filter: "brightness(1.2) contrast(1.1)",
  }}
          width="1000"
          height="645"
          data-path="images/CTFs.jpg"
        />
      </div>

      <div style={{ padding: "1rem" }}>
        <Icon icon="flag" size={20} color="#00ff41" />

        <p style={{ fontWeight: "bold", margin: "0.5rem 0 0.25rem", color: "white" }}>
          CTFs
        </p>

        <p style={{ color: "#888", margin: 0, fontSize: "0.875rem" }}>
          CTF competition writeups
        </p>
      </div>
    </a>

    <a
      href="/sherlocks"
      style={{
textDecoration: "none",
border: "1px solid #2a2a2a",
borderRadius: "0.5rem",
overflow: "hidden",
display: "block",
padding: "0",
}}
    >
      <div
        style={{
  width: "100%",
  height: "200px",
  overflow: "hidden",
  margin: "0",
  lineHeight: "0",
  fontSize: "0",
}}
      >
        <img
          src="https://mintcdn.com/dudji-2c6e4328/Hp5OjPDDQG_iY9ad/images/Sherlocks.jpg?fit=max&auto=format&n=Hp5OjPDDQG_iY9ad&q=85&s=632ebb815d7deda6de555a3c37650847"
          style={{
    width: "100%",
    height: "100%",
    objectFit: "cover",
    objectPosition: "50% 35%",
    display: "block",
    transform: "scale(1.18)",
    filter: "brightness(1.2) contrast(1.1)",
  }}
          width="960"
          height="540"
          data-path="images/Sherlocks.jpg"
        />
      </div>

      <div style={{ padding: "1rem" }}>
        <Icon icon="magnifying-glass" size={20} color="#00ff41" />

        <p style={{ fontWeight: "bold", margin: "0.5rem 0 0.25rem", color: "white" }}>
          Sherlocks
        </p>

        <p style={{ color: "#888", margin: 0, fontSize: "0.875rem" }}>
          DFIR & blue team investigations
        </p>
      </div>
    </a>
  </div>
</div>
