~/Linux Access Control: From sudo to a Go Security Scanner (Read full article)
Learn Linux access control step by step, starting with sudo and file permissions, then build the same thing in Go. Parse /etc/sudoers, audit file permissions, …
Learn Linux access control step by step, starting with sudo and file permissions, then build the same thing in Go. Parse /etc/sudoers, audit file permissions, …
Learn AWS security auditing from scratch. Start with AWS CLI commands to check IAM, security groups, and S3 policies, then build a Go security scanner that …