anjalisingh

anjalisingh

I’m Anjali Singh, a DevOps Engineer at Opstree Solutions, where I specialize in CI/CD automation, infrastructure as code, and cloud-native technologies. I’m passionate about optimizing engineering workflows and enabling teams to deliver software faster and more reliably. My expertise lies in tools like Jenkins, Docker, Kubernetes, and Terraform, and I love sharing real-world implementations and learnings through my writing. I aim to make complex DevOps concepts simple and actionable for tech enthusiasts and professionals alike.

Out-Of-Band RCE: CTF Walkthrough

Azure DevOps Integration

So, this is my writeup on how I was able to achieve my first Remote Code Execution. Also after reviewing the code I was able to understand more about malicious code execution via OS functions. Finally, I was able to…

Linux OS Hardening: CIS Benchmarks

Azure DevOps Integration

CIS benchmarks for Linux provide security configuration guidelines that are widely accepted across the industry to protect the operating system from various threats. These standards provide clear and actionable steps—such as disabling unnecessary services, limiting permissions, and enhancing SSH security—that…