A personal knowledge log — notes, experiments, and write-ups across hacking, Rust, and Swift.
This repo is a running record of things I've learned, built, or broken. It's split into three tracks, each focused on a different area of interest.
x-log/
├── Hack-log/ # WiFi security, CTF notes, pentesting experiments
├── Rust-log/ # Regular rustacean activities
└── Swift-log/ # iOS/macOS development notes and experiments (for the future)
Notes and write-ups from WiFi security research, capture-the-flag challenges, and general low-level network exploration. Covers topics like 802.11 frame analysis, deauth attacks, handshake capture, and tooling experiments.
General Rust experiments and learnings. Notes on language concepts, standard library patterns, tooling, and whatever projects or exercises I'm working through.
Miscellaneous Swift notes — mostly iOS/macOS development concepts, patterns, and things worth remembering.
| Area | Stack |
|---|---|
| Systems | Rust |
| Tooling | Neovim · Cargo |
| Platform | Linux |
| Other | Swift · Shell |
All security-related content in Hack-log is for educational purposes only and documents work performed on personally owned or explicitly authorised networks. Nothing here is intended to facilitate unauthorised access to any system.
This is a personal learning log, not a polished project. Entries may be rough, incomplete, or superseded by later notes. Browse at your own risk.