Skip to content
View r1ktx's full-sized avatar

Block or report r1ktx

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
r1ktx/README.md
r1ktx - Malware Dev · Web Pentester · Rustacean · Polymath
Typing SVG

Profile Views   GitHub followers  



〔 ウェブペンテスター · マルウェア開発者 · 博識家 〕

> whoami

struct r1ktx {
    role:       &'static [&'static str],
    obsessions: &'static [&'static str],
    philosophy: &'static str,
    arch:       &'static str,
}

const ME: r1ktx = r1ktx {
    role: &[
        "Malware Dev",          // I write what AV vendors hate
        "Web Pentester",        // XSS → RCE → gg
        "Rustacean",            // Borrow checker is my spirit animal
        "Polymath",             // Science, math, art, hacking: yes, all
    ],
    obsessions: &[
        "Rust Programming",
        "Malware Development",
        "Web Pentesting",
        "Binary exploitation",
        "Reverse engineering",
        "OSINT"  
    ],
    philosophy: "The boundary between security and insecurity is just a few bytes.",
    arch:       "x86_64 // little-endian chad",
};

fn main() {
    println!("Loading r1ktx... [████████████] 100% — kernel panic avoided");
}

☻ STATS ☻

╔═══════════════════════════════════╗
║  Name  │ r1ktx                      ║
║  Class │ Hacker                     ║
║  Level │ ∞  (grinding daily)        ║
║  HP    │ [██████████] 100%        ║
║  MP    │ [████████░░] 80% (coffee)║
║  STR   │ Rust: ██████████ MAX     ║
║  INT   │ Polymathic  ██████████   ║
║  DEX   │ Assembly    █████████░   ║
║  LCK   │ Bug Bounty  ████████░░   ║
╚═══════════════════════════════════╝

▸ [ACTIVE] Malware Development 🐞
▸ [DONE ✓] Web Pentesting ✍️
▸ [DONE ✓] Rust Dev 🦀


Arsenal



📚 Languages — Summoned & Mastered

Languages

+ x86-64 Assembly — NASM / Intel syntax, I write shellcode for fun


🛡️ Security Grimoire

Metasploit

Burp Suite

SQLmap

IDA Pro

x64dbg

Wireshark

GDB

Nmap


🌌 Environments

Tools


🎩   SKILLS   [ tap to reveal ]
Discipline Mastery Tier
🦀 Rust ██████████ 100% SSS
🐍 Python █████████░ 90% SS
⚙️ C / C++ ████████░░ 80% S
💥 x86-64 Assembly ███████░░░ 70% A+
🌐 Web Exploitation █████████░ 90% SS
🔬 Reverse Engineering ████████░░ 80% S
🕷️ Burp Suite █████████░ 90% SS
💉 SQLi / SQLmap ████████░░ 85% S
🧬 Malware Dev ████████░░ 80% S
Java ███████░░░ 70% A
🟨 JavaScript ███████░░░ 70% A
🌙 Lua ██████░░░░ 60% B+
💎 Ruby █████░░░░░ 55% B
🔴 Metasploit ████████░░ 80% S
🧠 IDA Pro / x64dbg ███████░░░ 70% A+
📐 Mathematics ████████░░ 80% S


 

Streak Stats
Activity Graph

╔══════════════════════════════════════════════════════════════════════════╗
║                                                                          ║
║   "Security is not a product, but a process — and I am the process."    ║
║                                                                          ║
║   mov rax, knowledge    ;; load what you know                           ║
║   xor rcx, rcx          ;; reset assumptions                            ║
║   loop learn            ;; iterate forever                              ║
║                                                                          ║
║   > segmentation fault? no. i am the segmentation.                      ║
║                                                                          ║
╚══════════════════════════════════════════════════════════════════════════╝


Find Me



GitHub



Footer

Popular repositories Loading

  1. TheRustTrainingBook TheRustTrainingBook Public

    1

  2. r1ktx r1ktx Public

  3. JohanBot JohanBot Public

    Forked from soumeswxr/JohanBot

    Python

  4. tiny11-automated tiny11-automated Public

    Forked from kelexine/tiny11-automated

    Automated tools for creating streamlined Windows 11 images with CI/CD support. Builds Tiny11 and Tiny11 Core ISOs with GitHub Actions workflows.

    PowerShell