Skip to content
View president-xd's full-sized avatar
🏳️
I am on my vocation!!
🏳️
I am on my vocation!!

Highlights

  • Pro

Block or report president-xd

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

Hi there, I'm Mohsin Mukhtiar πŸ‘‹

Typing SVG

Penetration Tester | Red Teamer | Security Developer


πŸ”’ About Me

I'm a Cyber Security enthusiast, passionate about Internet / Computer Security and building tools that make security analysis more accessible. I love diving deep into systems, finding vulnerabilities, and developing solutions to complex security challenges.

class SecurityEnthusiast:
    def __init__(self):
        self.name = "Mohsin Mukhtiar a.k.a president-xd"
        self.role = "Penetration Testing & Security Enthusiast"
        self.interests = ["Penetration Testing", "Red Teaming", "Development"]
        self.languages = ["Python", "C++", "Rust"]
    
    def say_hi(self):
        print("Thanks for visiting my profile! Let's cook together.")

me = SecurityEnthusiast()
me.say_hi()

πŸ”­ What I'm Working On

  • πŸ›‘οΈ Agentic AI Security Posture Monitoring Framework - Building a security product for Agentic AI
  • πŸ”¬ Bug Bounty Agent - Building enterprise-grade bug bounty agent
  • 🧰 Security Tools - Building automation tools for security analysis

πŸš€ Featured Project

A fully functional and production-grade Reverse Engineering MCP Server

# Clone
git clone https://github.com/president-xd/revula.git
cd revula

# Build the Docker image
docker build -t revula:latest .

# Quick test
docker run --rm --entrypoint python revula:latest -c "import revula; print(revula.__version__)"
docker run --rm --entrypoint python revula:latest -c "from revula.server import _register_all_tools \ 
; from revula.tools import TOOL_REGISTRY; _register_all_tools(); print(TOOL_REGISTRY.count())"

# And You are good to go :)

Features:

  • 🧨 Full ROP chain builder (multi-arch, no pwntools needed)
  • πŸ”’ CI-enforced sandboxing (no shell=True, no injection, ever)
  • 🧩 Graceful degradation β€” 116 tools work even with zero external deps installed
  • πŸ“± First-class Android RE (APK/DEX/Frida/SSL-pinning bypass) built in

πŸ“ˆ My GitHub Stats

GitHub Ranks GitHub Streak Github Graph


🌐 Connect With Me

GitHub LinkedIn Twitter


Profile Views

Pinned Loading

  1. revula revula Public

    A fully functional and production-grade reverse engineering MCP Server

    Python 63 16

  2. raptor raptor Public

    Retrieval-Augmented Persistent Threat Orchestration and Reasoning Agent

    Python 2

  3. venom venom Public

    Context-aware business-logic penetration testing agent

    Python 3

  4. Cryptix Cryptix Public

    The Cryptix a powerful python library which provides decryption functions for various ciphers. Below are examples demonstrating how to use the decryption functions for different ciphers included in…

    Python 5 1

  5. pinky-virus pinky-virus Public

    A malware the aim's to execute payload between program header and elf header. (Parasite Injection only for non-pie elfs)

    Assembly 3 2