- π― DevSecOps engineer with a background in full-stack development, information security, and law.
- πΌ Lead Information Security Specialist
- π Specializing in secure development, automation, CI/CD, and Linux hardening.
- π¦ Tech stack: Docker, Kubernetes, GitLab CI/CD, Trivy, Bandit, Fail2Ban, MaxPatrol SIEM
- π Building pet projects and competing in CTFs
White-hat hacker platform (Nickname: C0deBre4ker)
- Root-me: https://www.root-me.org/C0deBre4ker?lang=fr#ab47c9ae0213499c3977225d6757616e
- GitLab: https://gitlab.com/z4ng1ew
- DockerHub: https://hub.docker.com/u/zangievmovsar
- Kaggle (ML/AI research): https://www.kaggle.com/nyzprocent
- Saturn Cloud: https://app.community.saturnenterprise.io/dash/o/Knyaz-Procent
- Hugging Face: https://huggingface.co/V1ncy
Demonstrates deploying an nginx application in Kubernetes using Helm charts.
Jenkins job configuration, Git integration, and pipeline creation for DevOps workflows.
Educational Flask application featuring Trivy, TruffleHog, and Bandit for secure development and CI/CD scanning.
π‘οΈ OWASP-ZAP-Scan
Automated security testing of a Flask web application using OWASP ZAP in headless mode with HTML reporting, integrated into DevSecOps practices.
π SecureOps
Microservices in Docker, CI/CD pipelines on GitHub Actions, protection via UFW, Fail2Ban, HTTPS, and automated vulnerability scanning.
Java fuzz testing, Maven builds, BOM generation, and automated SCA analysis using Dependency-Track. Docker Compose setup makes the project ready for DevSecOps. An ideal lab for learning secure development and detecting vulnerabilities at early stages.
π³ Docker-Nginx
Creating and configuring a Docker container with nginx and a FastCGI-based mini-server, including security analysis using Dockle and multi-container setup with Docker Compose.
π AFL++-Fuzzing-Demo
Practical fuzz testing using AFL++ for discovering vulnerabilities in C programs.
π Simple Bash Utils
Bash utilities written in C from scratch. Analogs of
grep,cat, and others, with test coverage, CI, and Valgrind analysis.
π£ String.h
Custom implementation of the
string.hlibrary in C, including extended formatting functions (sprintf,sscanf) and additional string manipulation utilities. This project deepens understanding of strings, pointers, formatting, and POSIX standards.