Skip to content
View ManU4kym's full-sized avatar
πŸ’­
Around!
πŸ’­
Around!

Block or report ManU4kym

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
ManU4kym/README.md

Immanuel Kimani – Cybersecurity & Developement

I'm a developer and cybersecurity enthusiast focused on building tools that dig deep into how systems work β€” from disk-level scanners to real-time monitoring and red-team utilities.

I build stealthy, efficient, and insightful tools using low-level access and high-level abstraction.


πŸ”§ Key Projects

  • Disk Scout – Rust-based disk scanner for Windows. Recursively scans for hidden files and outputs a clean HTML report. Includes optional autorun persistence and uses low-level Windows APIs for file inspection.

  • Cloud Metrics Monitor (WIP) – A Rust + Prometheus-based monitoring tool with real-time dashboards, webhook alerts, and multi-tenant support. Built for internal app observability with optional Grafana or custom chart UI.

  • Mimi Nuxt Auth Module – Lightweight, reusable Nuxt module for login/logout flow with a mock backend. Useful for scaffolding frontend apps quickly without backend dependency.


πŸ§ͺ Interests

  • Red teaming & ethical malware simulation
  • Rust for systems-level and cybersecurity tooling
  • Self-hosted infra, monitoring, and DevOps automation
  • OS internals, registry hacking, process inspection
  • Disk and memory forensics, penetration testing labs

Pinned Loading

  1. disk_scout disk_scout Public

    Scan disks for hidden files and generate clean HTML reports using Rust and Windows APIs.

    Rust 1

  2. PortSeer PortSeer Public

    async port scanner with banner grabs, TLS cert dumps, and LAN sweeps. Spits clean JSON & HTML. Written in Rust, built for signal over noise.

    Rust

  3. Reverse TCP Shell (Port Redirect) Reverse TCP Shell (Port Redirect)
    1
    use std::net::TcpStream;
    2
    use std::process::{Command, Stdio};
    3
    use std::io::{Read, Write};
    4
    
                  
    5
    fn main() {
  4. Rust-for-Malware-Development Rust-for-Malware-Development Public

    Forked from Whitecat18/Rust-for-Malware-Development

    This repository contains complete resources and coding practices for malware development using Rust πŸ¦€.

    Rust

  5. Cisco-ccna Cisco-ccna Public

  6. Ethical-Hacking-Labs Ethical-Hacking-Labs Public

    Forked from Samsar4/Ethical-Hacking-Labs

    Practical Ethical Hacking Labs πŸ—‘πŸ›‘

    1