Time for a weekend CTF! Came across this while going through one of my newsletter subscriptions.
Challenge 1 This is a simple introduction to security vulns within kubernetes RBAC permissions. Here are the permissions we are given for this challenge.
{ "secrets": [ "get", "list" ] } Its a well documented point that even providing the list permission grants access to the secret contents. Check this blog post for more info....
I was looking for a solution to mapping the CapsLock key on my laptop into Ctrl and Esc. I was happy with using the setxkbmap and xcape solution for a while now, but I also had a problem with it: whenever I did a system update in Arch and the initramfs got regenerated, I would suddenly lose my bindings.
As I searched for an alternative solution, I came across Interception Tools....
My First official blog post! I will be posting stuff which helped me in my daily work and what I find in my daily browsing