Documentation Index
Fetch the complete documentation index at: https://rootea.es/llms.txt
Use this file to discover all available pages before exploring further.
Getting the most out of it
Finding a machine
- Cmd+K (or Ctrl+K) opens
the search bar. Works by name, skill (
kerberoasting,shellshock), and operating system. - The top tabs filter by OS. Inside each, difficulties are sorted Easy → Insane.
How to pick a writeup
Writeups are sorted by language and author:- 🇪🇸 ES — S4vitar, El Pingüino de Mario, Securízame.
- 🇬🇧 EN — 0xdf (deep written walkthroughs), IppSec (step-by-step videos).
Quality policy
These are the rules the pipeline enforces. If you think an author is missing, open a PR againstscripts/config.py:
Whitelist
Whitelist
Only URLs whose domain is declared in
scripts/config.py get
imported. Anything else is dropped even if a discovery step
found it.HTTP validation
HTTP validation
Before generating a page, every URL receives a
HEAD (or a
streaming GET for HEAD-hostile hosts like YouTube). Only URLs
returning 2xx or a redirect into a 2xx are kept.No own content
No own content
We do not copy text or screenshots. Pages list links and
metadata. This is intentional: copyright belongs to the author.