Skip to content
View lordgreb's full-sized avatar

Block or report lordgreb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lordgreb/README.md
 ██████╗ ██████╗ ███████╗██████╗ 
██╔════╝ ██╔══██╗██╔════╝██╔══██╗
██║  ███╗██████╔╝█████╗  ██████╔╝
██║   ██║██╔══██╗██╔══╝  ██╔══██╗
╚██████╔╝██║  ██║███████╗██████╔╝
 ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═════╝ 
                                 

Typing SVG


// 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             │
│                                                             │
└─────────────────────────────────────────────────────────────┘

⟩⟩ ARSENAL

— security —

Kali Burp Suite Wireshark Metasploit nmap

— languages —

Rust C Python Swift Shell

— hardware —

ESP32 Arduino Raspberry Pi

— environment —

EndeavourOS Neovim tmux Git


⟩⟩ PROJECTS

// more incoming — currently cooking in the dark


⟩⟩ STATS

GitHub Stats   GitHub Commits by lang

Streak

Contribution Graph


  ╔══════════════════════════════════════════════════════════╗
  ║                                                          ║
  ║   "the quieter you become, the more you are able         ║
  ║    to hear."                                             ║
  ║                                          — kali linux    ║
  ║                                                          ║
  ║   stay ethical. stay curious. (>^ᴗ^>)                    ║
  ║                                                          ║
  ╚══════════════════════════════════════════════════════════╝

Visitor Count

Popular repositories Loading

  1. Wordlister Wordlister Public

    A tool that generates wordlists using realistic human patterns

    Python 2 1

  2. lordgreb lordgreb Public

    Config files for my GitHub profile.

    1

  3. x-log x-log Public

    A log of some of my stuff

    Rust 1

  4. Scuffy_C2 Scuffy_C2 Public

    An async c2 in rust

    Rust 1

  5. hackerfrogs hackerfrogs Public

    Forked from theshyhat/hackerfrogs

    Python