██████╗ ██████╗ ███████╗██████╗
██╔════╝ ██╔══██╗██╔════╝██╔══██╗
██║ ███╗██████╔╝█████╗ ██████╔╝
██║ ██║██╔══██╗██╔══╝ ██╔══██╗
╚██████╔╝██║ ██║███████╗██████╔╝
╚═════╝ ╚═╝ ╚═╝╚══════╝╚═════╝
// identity.rs — CLASSIFIED
struct Greb {
handle: &'static str,
location: &'static str,
status: &'static str,
focus: &'static [&'static str],
os: &'static str,
editor: &'static str,
secret: &'static str,
}
impl Greb {
fn init() -> Self {
Self {
handle: "Greb",
location: "Antarctica // 90°S",
status: "self-taught developer",
focus: &["ethical hacking", "CTF", "embedded systems"],
os: "EndeavourOS",
editor: "Neovim",
secret: "(>^ᴗ^>) kirby fan. non-negotiable.",
}
}
fn mantra(&self) -> &'static str {
"the quieter you become, the more you hear."
}
}┌─────────────────────────────────────────────────────────────┐
│ >> THREAT MATRIX // ACTIVE SPECIALTIES │
├─────────────────────────────────────────────────────────────┤
│ │
│ [01] 🏴 CTF Player & Competition Hacker │
│ [02] 🔴 Red Teaming & Penetration Testing │
│ [03] 📡 Network Recon & Traffic Analysis │
│ [04] 📶 Wireless Security — WiFi Attack & Defense │
│ [05] 🪲 Reverse Engineering & Binary Exploitation │
│ [06] 🔓 Vulnerability Research │
│ [07] 🔌 Embedded Systems & Hardware Hacking │
│ │
└─────────────────────────────────────────────────────────────┘