[01] Nizam — نظام إدارة الجلسات
Court Session Management System for Algerian judicial institutions. Single-file Arabic HTML/JS/CSS application, v19+.
- Session scheduling and management
- Financial module with credit/deferred payment system
- Inventory management for stamps and paper
- TV display mode with themes and emergency overlay
- Multi-court support for محاكم / مجالس القضاء
- Lawyer profile management with XLS import
- VCF contact export and AI assistant for phone lookups
- PWA / Android packaging with Capacitor
- Arabic PDF generation through Canvas rendering
Tech: Pure HTML/CSS/JS, localStorage, jsPDF, SheetJS
[02] Dépannini — Flutter Roadside Assistance App
Mobile app connecting drivers with roadside assistance providers.
- Firebase authentication and Firestore data layer
- OpenStreetMap display with flutter_map
- OSRM routing engine integration
- Netlify landing page and MediaFire APK distribution
Tech: Flutter/Dart, Firebase, OpenStreetMap, flutter_map, OSRM
[03] Linux PrivEsc Lab — GitHub PoC
Educational privilege escalation lab for cybersecurity learning.
- SUID/SGID abuse with vulnerable binary and exploit script
- Sudo misconfiguration: NOPASSWD, env_keep, LD_PRELOAD
- Cron job hijacking and PATH hijacking
- Manual enumeration script with linpeas-style checks
- Each module includes setup.sh, exploit.sh, and README
Tech: Bash, Linux permissions, vulnerable lab design
[04] Langue Land Certificate Generator
Professional certificate generator for a language school, supporting five languages with Arabic text rendering.
- Canvas-based certificate rendering
- Multilingual layout support
- Browser-only generation workflow
Tech: HTML/CSS/JS, Canvas API
[05] Legal Case Management System
In-progress full-stack system designed for VPS deployment on Algérie Télécom infrastructure.
- Backend API planned with FastAPI
- React web interface
- Flutter companion app direction
Tech: FastAPI, React, Flutter
[06] PDF Document Processing Tools
Automation tools for document overlays, delivery notes, form filling, and manipulation.
- PDF overlays for employment contracts
- Delivery note automation
- Form filling and manipulation workflows
Tech: Python, pypdf alternatives
Featured
[07] ShellForge — Shell Payload Generator
Python CLI tool that generates reverse shell, bind shell, and web shell payloads across 15+ languages and OSes — built for CTFs, labs, and authorized red team engagements.
- 15+ generators: bash, Python, PowerShell, Java, C#, C, Go, PHP, ASP, JSP, Perl, Ruby, Lua, AWK
- Interactive menu mode (
-m) + full flag-based CLI for scripting
- Built-in encoders: base64, URL-encode, PowerShell -EncodedCommand
- Listener helper: nc, rlwrap, socat, msfconsole multi/handler commands printed automatically
- File output for compiled/saved payloads: .ps1, .c, .java, .cs, .go
- Tested end-to-end: PowerShell reverse shell caught with nc, confirmed via whoami /priv on Windows target
- 59 passing pytest tests — modular ABC architecture, MIT licensed
Tech: Python, argparse, rich, pytest · github.com/anounymous68/ShellForge-
[08] Web App Pentest Lab
Hands-on web vulnerability labs built while progressing through TryHackMe's Jr. Penetration Tester path toward PJPT-level web application testing.
- SQL Injection (SQLi) — detection, exploitation, and mitigation with runnable vulnerable code
- Cross-Site Scripting (XSS) — reflected, stored, DOM-based variants with PoC outputs
- Each folder: overview, training notes, detection methodology, real command output, mitigation
- Structure mirrors the Linux PrivEsc lab repo: one folder per technique
Tech: PHP, Python, HTML/JS · github.com/anounymous68/web-pentest-lab
[09] CTF Write-ups
Documented write-ups for completed TryHackMe and HackTheBox machines — each covering full exploitation path from enumeration to root.
- Bashed, Basic Pentesting 1 & 2, Mr. Robot, Simple CTF (CVE-2019-9053 blind SQLi)
- Copy Fail — CVE-2026-31431 Linux kernel AF_ALG / splice() research
- Each write-up: enumeration → exploitation → privilege escalation → lessons learned
github.com/anounymous68/write-ups-CTF
[10] ARGUS — Linux Privilege Escalation Monitor
Continuously-running blue-team daemon that detects Linux privilege escalation vectors in real time and alerts over Telegram — not a linPEAS clone, an always-on monitor.
- Hybrid detection: polling for SUID/SGID inventory, real-time watchdog-based monitoring for sudoers and cron
- Hash-based baseline diffing in SQLite — only genuinely new findings alert, eliminating alert fatigue
- Rate-limited Telegram alerting with automatic overflow batching
- Tested end-to-end on a live Kali Linux VM: SUID detection, baseline diffing, and Telegram delivery confirmed working
- Dry-run mode, rotating logs, and a documented threat model / limitations section
Tech: Python, asyncio, SQLite, watchdog, Telegram Bot API