// secure vault repository :: v1.0
A command center for everything you build, break, and document. Track red-team tools, blue-team automations, CTF writeups, research notes, and half-baked ideas — all under your control.
Browse, search, and filter every project in your vault. Tag, link, and update status.
HTB, THM, VulnHub, HackSmarter, OffSec PG. Track owned boxes with difficulty, OS, and writeups.
Long-form writeups, research notes, and CTF breakdowns. Write in markdown.
Your personal command reference. Snippets, one-liners, and payloads with copy-to-clipboard.
Live cyber security headlines from Hacker News, Bleeping Computer, Krebs, and more.
See your portfolio sliced by domain — red team, forensics, OSINT, web sec, and more.
Drop a new project into the vault. Add tags, links, and a status flag.
What this vault is, how it stores data, and how to back it up.
A self-contained, browser-based project tracker built for cybersecurity work. No accounts, no servers, no telemetry — just you and your data.
Every project you add is stored in your browser's local storage. The entire app is a single HTML file you can run offline, host on a private server, or carry on a USB stick.
Use Export at any time to save your data as a JSON file, and Import to restore or merge from a backup.
Nothing leaves your browser. There are no analytics, no external calls, no cloud sync. If you clear browser data, your vault is gone — so export regularly.
> recommended: export weekly. paranoia is a feature.
The admin login gates edit/create/delete buttons behind a password. Guests can browse everything; only admins see modify controls.
⚠ Not real security. The password hash sits in browser storage and can be inspected via dev tools. For a publicly deployed site, layer in real auth (Netlify Identity, Auth0, Supabase, Clerk).
> sessions don't persist across browser restarts
(sessionStorage)
> password change available via ⚙ SETTINGS when logged in