Skip to content
View m4xx101's full-sized avatar
⚑
Grasping!
⚑
Grasping!

Block or report m4xx101

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

Glitch Banner

Typing Intro

Portfolio (Live) Followers AI Security Web3 Red Team Automation


🧭 TL;DR (Human Edition)

Low-drama security consultant who:

  • Pokes at things until they confess broken truths.
  • Explores AI + offensive security mashups.
  • Audits Web3 / DeFi logic and weird edge paths.
  • Builds scrappy tools first, cleans them later (sometimes).
  • Is still learning, probably forever. (Yes, that’s the point.)

Motto (today): β€œShip curiosity. Archive ego.”


πŸ‘Ύ About Me

I help find failure modes in systemsβ€”infra, AI pipelines, smart contracts, or β€œthat legacy service nobody owns.” I prefer:

  • Quiet impact over flashy noise
  • Reproducible exploit chains over vague β€œrisk”
  • Questions over certainty
  • Sustainable craft over heroics

Currently tinkering with: AI-assisted recon, LLM jailbreak surface mapping, hybrid on/off-chain exploit chaining, and silly meta-automation loops that introspect other automation.


πŸ§ͺ Active Research Threads (2025)

Thread What It’s About Status Vibe
LLM Prompt Boundary Drift Injection & semantic leak chains Ongoing β€œContext is porous.”
Tool-Augmented Jailbreaks Chaining plugin/tool misuse Prototyping Controlled chaos
Hybrid Attack Surfacing AI + passive recon co-mapping Iterating Notebook swamp
DeFi Risk Graphs Protocol dependency cascade Building Graph brain
MEV Edge Scenarios Subtle incentive edgecases Reviewing Slow burn
AI Phishing Variants Persona + payload staging Testing Slightly cursed

🧱 Live Stack Capsules (Non‑Sensitive)

Not an exhaustive list. Just the stuff I’m fine admitting I break/learn/build with lately.

πŸ€– AI / LLM Engineering

🧬 ML / Data Sandbox

πŸ›‘οΈ Offensive / Security Workflow

🧩 Dev / Orchestration

πŸ–₯️ Frontend / UI Attack Surface Experiments

β€œStack lists age quickly; curiosity doesn’t.” – Future me, probably.


πŸ§‘β€πŸ’» Experience

Unfold Work / Background
  • Senior Security Consultant @ NetSPI (2021–Present, Remote)
  • Associate Consultant @ Aujas Networks (2020–2021, Mumbai)
  • Executive Cyber-i @ AGC Networks (2019)
  • Freelancer / Bug Bounty (2018–2019)

Education:

  • B.Sc. Computer Science – Mithibai College, Mumbai

πŸ”¬ Sample Workflow Fragments [πŸ”’ Private Repos]

# Recon sketch (harmless outline)
python3 nemesis/recon/passive_enum.py -d target.tld -o out/target.json

# Smart contract artifact scan
python3 papra/chain/scan_contract.py --rpc $RPC --addr $ADDR --rules rules/depth.yaml

# LLM jailbreak variant harness
python3 promptify/lab/harness.py --model gpt-4o --prompt payloads/jailbreaks/oblique.txt
flowchart LR
    A[Passive Recon] --> B[AI-Assisted Enum]
    B --> C[Surface Graph]
    C --> D{Worth Probing?}
    D -->|Yes| E[Manual Chain Build]
    D -->|No| F[Archive]
    E --> G[Exploit PoC]
    G --> H[Report / Patch Path]
Loading

🀝 Connect

Twitter LinkedIn Telegram ProtonMail Gmail

Ping me with a vuln class, an odd LLM failure mode, or a DeFi edge. I’ll probably overthink it politely.


πŸ“Š GitHub Analytics (2025 Stack)

GitHub Streak

Core Stats Top Languages

Activity Graph

Trophies

Contribution Snake


🧩 Final Byte

If you got this far: send me your favorite under-loved CVE. I log the interesting ones. No, you don’t get the spreadsheet. Yet.

Pinned Loading

  1. FinDir FinDir Public

    Python 16 4

  2. brainstorm-ctf-pro-installer brainstorm-ctf-pro-installer Public

    One-liner installer for Brainstorm CTF Pro β€” adversarial AI testing harness

    Shell

  3. fenrir fenrir Public

    Autonomous Offensive Security Platform

    Shell

  4. fissure fissure Public

    FISSURE β€” I built an AI that jailbreaks other AIs so you don't have to. The agent IS the orchestrator. 40+ techniques. 5 encoding levels. Browser / API / local models. Self-improving. Cross-session…

    Python 2 1

  5. LMstudio-to-Ollama-model-transform LMstudio-to-Ollama-model-transform Public

    One GGUF, every local inference tool. Share LM Studio models with Ollama, text-generation-webui, KoboldCpp, llama.cpp, and Jan no duplicate files.

    Shell

  6. square-ui square-ui Public

    Forked from ln-dev7/square-ui

    Collection of beautifully crafted open-source layouts UI built with shadcn/ui.

    TypeScript