Skip to content
View Sid00011's full-sized avatar

Block or report Sid00011

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

Hey, I'm Sidali

I'm a cybersecurity and infrastructure student (M1 @ Université Lyon 1). I build things - offensive tools, hardened cloud infrastructure, detection systems. Most of my work lives at the intersection of security and engineering.


What I've been building

Zparty - automated web penetration testing framework
30+ vulnerability modules, local AI exploit engine, Tor anonymity, live browser UI. Full pipeline: recon → scan → exploit → CVSS-scored HTML report. Built in Python with asyncio, FastAPI, Playwright, and Ollama.

k8s-devsecops-project - hardened cloud-native infrastructure
Multi-node Kubernetes cluster with automated CI/CD, zero CVE policy enforced by Trivy, dynamic secret injection via HashiCorp Vault, and full IaC with Ansible.

Anti-Ransomware - real-time behavioral detection
Monitors filesystem and process behavior to detect ransomware patterns before encryption completes. Automated incident response via SOC/CERT APIs.

k8s-cni-benchmark - Kubernetes CNI performance study
Benchmarked Cilium, Calico, Kube-OVN, and Flannel across 14 TCP/UDP metrics. Cilium reached 2.28 Gbps with zero retransmission via eBPF kernel bypass.

zerotrust-evasion-detection - security research
Study of detection evasion in Zero-Trust environments - 4 MITRE ATT&CK vectors, VMware/ELK lab scenario, original 8-criteria maturity grid.


Stack

Languages Python · Bash · C/C++ · JavaScript · SQL Security Nmap · Wireshark · Burp Suite · Metasploit · Trivy · Vault Cloud/Infra Kubernetes · Docker · Ansible · Terraform · GNS3 Networking BGP · OSPF · DMZ segmentation · WPA2-EAP-TLS · eBPF (Cilium)


Currently

  • M1 Informatique @ Université Lyon 1
  • Seeking alternance in cybersecurity — available September 2026

Pinned Loading

  1. Anti-Ransomware Anti-Ransomware Public

    Windows anti-ransomware tool - SVM classifier on PE features, real-time filesystem monitoring, hash-based detection, 500+ ransomware extensions. Built with Python + watchdog + psutil.

    HTML

  2. k8s-cni-benchmark k8s-cni-benchmark Public

    Kubernetes CNI benchmark — Cilium, Calico, Kube-OVN, Flannel across 14 TCP/UDP metrics. Cilium hits 2.28 Gbps / 0 retransmissions via eBPF. Multi-node cluster, iperf3/ping methodology.

    Shell 2

  3. k8s-devsecops-project k8s-devsecops-project Public

    Multi-node cloud-native infrastructure with automated DevSecOps CI/CD pipeline - Trivy scanning (0 CVE), HashiCorp Vault dynamic secrets, Kubernetes self-healing, Ansible IaC.

    Dockerfile 1

  4. zerotrust-evasion-detection zerotrust-evasion-detection Public

    Security research on Zero-Trust evasion - 4 MITRE ATT&CK vectors, pass-the-cookie lab (Keycloak/ELK/Evilginx2), original 8-dimension maturity grid, ANSSI/NIS2 aligned.

  5. zparty zparty Public

    Automated web penetration testing framework - 30+ vuln modules, local AI exploit engine, Tor anonymity, live browser UI. Built in Python with asyncio.

    Python 4 2