// 0x6a_v1.0
Logo
← cd ..

Deployments

Things I actually built and shipped. Each runs on its own subdomain, and each is privacy-first by design.

$ dig +short *.0x6a03448f4d.com

LIVE
secplus.0x6a03448f4d.com

Security+ SY0-701 Study Portal

Local-first exam prep engine

A full CompTIA Security+ (SY0-701) training platform I built from scratch. Weighted exam-readiness scoring by official domain percentages, adaptive custom quizzes, performance-based question (PBQ) labs, exam simulations, spaced-repetition flashcards, and a gamified XP / achievement system to keep the grind honest.

970
PRACTICE Q
164
LESSONS
26
PBQ LABS
22
ACHIEVEMENTS
Next.jsReactTypeScriptTailwindLocal-firstNo Tracking
LIVE
vault.0x6a03448f4d.com

vault

Client-side security toolkit

A privacy-preserving password toolkit that runs entirely in the browser. Local strength analysis, CSPRNG passphrase and password generation, a Have I Been Pwned breach check via k-anonymity, plus base64/hex/JWT tooling — the password never leaves the device. No backend, no tracking, nonce-based CSP.

100%
CLIENT-SIDE
0
TRACKERS
HIBP
K-ANONYMITY
AES-256
WEBCRYPTO
Next.jsTypeScriptWebCryptoZero-depsNo Tracking
LIVE
pastebin.0x6a03448f4d.com

paste

Zero-knowledge pastebin

An encrypted pastebin where the server never sees the plaintext. Text is encrypted in the browser with AES-256-GCM; only ciphertext is stored and the key travels in the link fragment. Burn-after-read, auto-expiry, a creator deletion token, rate limiting, and a nonce-based CSP.

AES-256
GCM
0
PLAINTEXT SEEN
TTL
AUTO-EXPIRE
CSP
NONCE-BASED
Next.jsTypeScriptWebCryptoUpstash RedisZero-knowledge
LIVE
privesc.0x6a03448f4d.com

PrivEsc Matrix

GTFOBins + LOLBAS + WADComs, unified

An offline-first privilege-escalation workbench that unifies six sources (GTFOBins, LOLBAS, WADComs, GTFOArgs, HijackLibs, LOLDrivers) into one instant search, with a reverse-shell generator, MSFVenom builder, TTY-upgrade and pivoting cheatsheets, and an enumeration scanner: paste your find -perm -4000 or sudo -l output and it highlights which binaries are exploitable.

2.7K
TECHNIQUES
6
SOURCES
0
EXTERNAL CALLS
CSP
NONCE-BASED
Next.jsTypeScriptFuse.jsOffline-firstNo Tracking