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()- π‘οΈ 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
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



