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.
classSecurityEnthusiast:
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"]
defsay_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




