CYBER-OPS // PROJECT VAULT

// secure vault repository :: v1.0

GUEST
> ./init.sh --user=operator_

WELCOME TO THE VAULT.
YOUR CYBER PROJECTS, ARCHIVED.

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.

QUICK ACCESS
// MOD_01

PROJECTS

Browse, search, and filter every project in your vault. Tag, link, and update status.

// MOD_02

WALKTHROUGHS

HTB, THM, VulnHub, HackSmarter, OffSec PG. Track owned boxes with difficulty, OS, and writeups.

// MOD_03

BLOG

Long-form writeups, research notes, and CTF breakdowns. Write in markdown.

// MOD_04

CHEATSHEETS

Your personal command reference. Snippets, one-liners, and payloads with copy-to-clipboard.

// MOD_05

NEWS FEED

Live cyber security headlines from Hacker News, Bleeping Computer, Krebs, and more.

// MOD_06

CATEGORIES

See your portfolio sliced by domain — red team, forensics, OSINT, web sec, and more.

// MOD_07

NEW ENTRY

Drop a new project into the vault. Add tags, links, and a status flag.

// MOD_08

ABOUT

What this vault is, how it stores data, and how to back it up.

RECENT ACTIVITY
Total Projects
0
Active
0
Completed
0
Ideas / Backlog
0
> ssh operator@vault

// MACHINE WALKTHROUGHS

Total Boxes
0
Owned (Root)
0
User Flags
0
In Progress
0
> nano ~/posts/*.md

// BLOG _ writeups & notes

Total Posts
0
Published
0
Drafts
0
Total Words
0
> cat ~/.cheats/*.md | grep -i

// CHEATSHEETS _ command vault

Total Cheats
0
Categories
0
Total Tags
0
Last Added
> curl -s feeds/cyber.xml | parse

// LIVE NEWS _ feed

standby
🇫🇮KYBERSÄÄ · CYBER WEATHER REPORT
fetching latest...

Loading kybersää status_

Connecting to kyberturvallisuuskeskus.fi...
[ VIEW FULL REPORT → ]
PROJECTS BY CATEGORY
> cat ./README.md_

// ABOUT THIS VAULT

A self-contained, browser-based project tracker built for cybersecurity work. No accounts, no servers, no telemetry — just you and your data.

// HOW IT WORKS

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.

// STATUS FLAGS

  • ACTIVE — currently in progress
  • COMPLETED — shipped or written up
  • IDEA — backlog / future work
  • PAUSED — on hold

// USE CASES

  • HTB / THM / CTF writeup index
  • Red-team tooling portfolio
  • Bug bounty target tracker
  • OSINT investigation log
  • Research / paper pipeline

// PRIVACY

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.

// ADMIN LOGIN

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