Mastodon
Select Page
11/10/23 — This Week in DevOps

11/10/23 — This Week in DevOps

DevOps is an ever changing field. Let’s dig into some of the things that are going on this week. Article 45 This basically forbids browsers from forcing basic security measures. This is something that is super un-ideal and I have a full write up planned for next...
October 30 AI Executive Order

October 30 AI Executive Order

So with regards to AI it is becoming a part of our lives very quickly. Github Co-Pilot is super helpful in seeing quick things in code. ChatGPT and Bard are super awesome at helping to build a Markdown table (because I know I hate building markdown tables by hand)....
11/3/2023 — This Week in DevOps

11/3/2023 — This Week in DevOps

This week we have some security concerns as well as some general cool new things in DevOps to talk about. Security Flaw in NGINX Ingress Controller There are some general new CVEs that have some pretty high scores on them. This is just some no path sanitization,...
Converting VulnHub OVAs to AMIs

Converting VulnHub OVAs to AMIs

This is discussing getting VulnHub ISOs and converting them into AMIs to be used within AWS. This is something that I have found helpful and to me at least helps to provide a very simple way to spin up machines to work on compromising. Create an AWS bucket. Nothing...
BSides Atlanta 2023

BSides Atlanta 2023

So this year I not only ran the Capture the Flag competition for BSides Atlanta but also had the opportunity to speak. I wanted to write up some specifics about this. Capture the Flag So this year I again just ran the NetKOTH from Iron Geek. This is an awesome one...
To Terraform Module or not to Terraform Module

To Terraform Module or not to Terraform Module

So when starting to work with Terraform you very quickly learn about the idea of Modules. These can be fantastic things for wrapping complex operations you want to complete multiple times together. The problem is that you can almost go too far in on creating Modules....