Skip to content
View MKMithun2806's full-sized avatar
๐Ÿ’ญ
Staring at a Terminal
๐Ÿ’ญ
Staring at a Terminal

Block or report MKMithun2806

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
MKMithun2806/README.md


I build systems that observe, analyze, and act.

Building offensive infrastructure from the ground up; recon pipelines, cloud-native tooling, and the automation that makes it all scale.



Top Projects

  • ๐Ÿ” WatchDog; In Progress: Watchdog-V2

    Automation-first recon pipeline that scans, analyzes, and generates AI-powered security reports

  • ๐ŸŒ NetMalper

    Network scanning and mapping tool for discovering devices and attack surface in a Graph

  • ๐Ÿงช VulnMalper

    Vulnerability pipeline that eats NetMalper graphs. Fingerprint โ†’ Scan โ†’ Verify, with every stage feeding the next.

  • ๐Ÿ‰ Kali Mcp Server

    Security testing tools exposed as MCP tools for use with Claude Desktop via Docker MCP Toolkit.

  • ๐Ÿš ShellCraft

    A lightweight, interactive Go CLI tool for generating obfuscated, multi-platform reverse shell payloads on the fly.

  • In Progress

    Im working on something called ploit-malper: Still under active experimentation.


๐ŸŽฏ Red Team Direction

Focused on learning offensive tradecraft, internal network testing, and building lab environments that simulate real targets.

The goal is not just to use tools it is to understand systems deeply enough to break them.


๐Ÿ’€ Offensive Profile

mitch@watchdog:~$ whoami
ROLE        : Red Team Aspirant
FOCUS       : Internal Networks / Infrastructure / Physical Security
INTEREST    : Recon automation, attack simulation, lab-built tooling
STYLE       : Build systems that scale offensive work

mitch@watchdog:~$ tools --stack

Recon       : subfinder, naabu, rustscan, httpx, nuclei, nmap, amass, netmalper
Wireless    : aircrack-ng, hashcat, tcpdump, wireshark
Exploitation: metasploit, custom payloads, msfvenom, vulnmalper
Infra       : n8n, docker, tailscale, proxmox, swarm

mitch@watchdog:~$ echo $CURRENT_OBJECTIVE
"Build scalable offensive infrastructure and grow into a real Red Team operator"

mitch@watchdog:~$ echo $PHILOSOPHY
"I actually have to know the infrastructure to break it"

โšก Core Stack

Infrastructure


Development

Network & Control Plane





๐Ÿค– AI-Augmented Development

AI is not a chatbot โ€” it's part of the system.

Workflow:
- Architecture design with AI
- Rapid infra scripting (Bash / Python)
- MCP servers for tool integration
- Automated recon + analysis pipelines

OpenClaw Setup:
- "Steve" (The Agent): Running on AWS EC2 t4g.small
- Role: Personal infrastructure assistant & automation engine
- Capabilities: 
  - GitHub management (PRs, Issues, Commits)
  - Infrastructure monitoring & health checks
  - Automated email & calendar management
  - Slack/Telegram integration for real-time updates
- Philosophy: AI doesn't replace engineering. It amplifies it.

๐Ÿ›ฐ๏ธ Flagship Project โ€” Watchdog

Hardware-triggered, cloud-native reconnaissance platform.

Flipper Zero โ†’ WebHook โ†’ AWS Lambda โ†’ Cloud Recon Workers โ†’ AI Analysis โ†’ Streamlit UI


โš™๏ธ Infrastructure Ecosystem

๐Ÿ”ฎ Future Architecture (The Dream Setup)

flowchart TB
    subgraph Edge["Edge Network & Security"]
        ISP([Internet])
        UDM[Ubiquiti Dream Machine / EdgeRouter]
        FW[Advanced Firewall Rules / IDS]
        ISP --> UDM
        UDM --> FW
    end

    subgraph Proxmox_Cluster["Proxmox VE HA Cluster (The Beast)"]
        direction TB
        PVE1[Proxmox Node 1]
        PVE2[Proxmox Node 2]
        PVE3[Proxmox Node 3]
        CEPH_OSD1[(OSD Pool 1)]
        CEPH_OSD2[(OSD Pool 2)]
        CEPH_OSD3[(OSD Pool 3)]
        PVE1 <--> CEPH_OSD1
        PVE2 <--> CEPH_OSD2
        PVE3 <--> CEPH_OSD3
    end

    subgraph K3s_Grid["Kubernetes Control Plane"]
        K3S_M1[K3s Master 1]
        K3S_M2[K3s Master 2]
        K3S_W1[K3s Worker 1]
        K3S_W2[K3s Worker 2]
        K3S_W3[K3s Worker 3]
    end

    FW --> PVE1
    FW --> PVE2
    FW --> PVE3

    PVE1 --- K3S_M1
    PVE2 --- K3S_M2
    PVE3 --- K3S_W1
    PVE1 --- K3S_W2
    PVE2 --- K3S_W3

    subgraph Cloud_Ext["Cloud Extensions"]
        ORACLE[Oracle Cloud A1 - Backup Node]
        RPI[Raspberry Pi - Satellite]
    end

    FW <--> ORACLE
    FW <--> RPI

    subgraph Services["High-Availability Services"]
        N8N_HA[n8n Cluster]
        GITEA_HA[Gitea HA]
        MON[Prometheus + Grafana + Loki]
        AI[MCP Servers / LLM Inference]
    end

    K3s_Grid --> Services
Loading

๐Ÿ  Current Architecture

flowchart TB
    subgraph Clients
    A[Home Devices]
    B[Studio Devices]
    end
    subgraph Network_Fabric["Tailscale Mesh (The Glue)"]
    TS[Tailscale VPN]
    SWARM_NET[Docker Overlay Network]
    DNS[Pi-hole DNS]
    end
    A --> TS
    B --> TS
    TS --> DNS
    subgraph OpenClaw_EC2["OpenClaw EC2 (The Brain)"]
        EC2_AWS["AWS t4g.small"]
        subgraph OPENCLAW_CORE[OpenClaw Core]
            OC_GATEWAY[Gateway]
            OC_AGENT[Steve The Agent]
            OC_SKILLS[Skills & Tools]
        end
        subgraph EC2_SERVICES[Services]
            N8N_EC2[n8n]
            GITEA_EC2[Gitea]
            SILVER_EC2[SilverBullet]
        end
    end
    subgraph Raspberry_Pi["Raspberry Pi (Home Muscle)"]
        subgraph PI_CORE[Pi Core]
            PI_DOCKER[Docker/Podman]
            PI_TAIL[Tailscale Client]
        end
        subgraph HOME_SERVICES[Local Ops]
            JELLY[Jellyfin]
            NAVI[Navidrome]
            WATCHDOG[Watchdog UI]
            GRAFANA[Prometheus + Grafana]
        end
        subgraph PI_STORAGE[Local Storage]
            NAS_1TB[/"1TB Local NAS"/]
        end
    end
    subgraph Windows_Studio["Windows 10 Studio (The Vault)"]
        WIN_DESK[Desktop Environment]
        subgraph WIN_STORAGE[Studio NAS]
            WIN_NAS[/"Large Media & Vault Storage"/]
        end
        subgraph DEV_TOOLS[Dev Environment]
            VS_CODE[VS Code / Cursor]
            TERM[Terminal / WSL]
        end
    end
    %% Connections
    TS --> SWARM_NET
    SWARM_NET --> EC2_AWS
    SWARM_NET --> PI_DOCKER
    SWARM_NET --> WIN_DESK
    OC_AGENT -.->|Controls| PI_DOCKER
    OC_AGENT -.->|Manages| WIN_DESK
    WIN_NAS <-->|Sync| NAS_1TB
Loading

๐Ÿ“Š GitHub Metrics

github contribution snake


Myself

Built. Broken. Documented.


๐Ÿ”— Explore More

Pinned Loading

  1. Kali-pentesting-mcp Kali-pentesting-mcp Public

    So basically this is a mcp tool and the server bundled in one pacage all instructions are in readme

    Python 1

  2. NetMalper NetMalper Public

    netmalper is a graph-based reconnaissance tool that maps a targetโ€™s entire attack surface into an interactive, visual intelligence graph.

    Python

  3. VulnMalper VulnMalper Public

    Vulnerability pipeline that eats NetMalper graphs. Fingerprint โ†’ Scan โ†’ Verify, with every stage feeding the next.

    Python

  4. Project-Watchdog-V2 Project-Watchdog-V2 Public

    A powerful serverless AWS platform that instantly deploys fully-equipped reconnaissance and vulnerability scanning environments on demand. It runs an arsenal of security tools, leverages AI for deeโ€ฆ

    Shell

  5. ShellCraft ShellCraft Public

    A lightweight, interactive Go CLI tool for generating obfuscated, multi-platform reverse shell payloads on the fly. Built with zero external dependencies for speed and seamless cross-platform deploโ€ฆ

    Go

  6. custom-hacking-toolkit custom-hacking-toolkit Public

    Some cool Hacking scripts

    Python