Obj3ct - AI Cybersecurity Suite (5 specialized agents)
Personal Production Project
Portfolio: abdulrahman-me.com | Stack: Python, FastAPI, Ollama (qwen2.5), RAG, BM25, sentence-transformers, Multi-agent, YARA, OCR, Linux, Nginx, systemd, SSL.
- Designed and operate a self-hosted AI cybersecurity platform running 5 specialized agents on a single hardened Linux stack - no third-party API keys, no cloud LLM dependencies.
- Obj3ct AI - Core chat / RAG assistant with FastAPI streaming, Ollama (qwen2.5), and a 25 GB target technical knowledge base; hybrid retrieval combining SQLite FTS5 (BM25) with sentence-transformers embeddings.
- V1P3R - Autonomous security scanner orchestrating 60+ pentest tools (amass, nuclei, masscan, nmap, sslscan) and generating AI-written executive vulnerability reports with attack-surface diagrams.
- CL4W - Digital forensics agent that ingests arbitrary files and produces an AI verdict using YARA rules, PE / ELF dissection (pefile, pyelftools, capstone), entropy and strings analysis.
- OS1NT - OSINT workstation profiling targets across 3000+ sites using Sherlock, Maigret, theHarvester, blackbird, holehe; LLM-synthesized intelligence reports.
- XR4Y - Reverse-engineering assistant for binaries, assembly, exploits, malware triage, and CTF challenges.
- End-to-end deployment on hardened Linux - Nginx reverse proxy, SSL/TLS, systemd-managed services, IP allow-listing, rate limiting, security headers; integrated Telegram bridge for chat access.