Mastodon
Select Page
Prowler: Security Scanning

Prowler: Security Scanning

Another Security Scanning tool that I enjoy using is called Prowler (Github Link here). They have a CLI utility that is awesome at running quick scans and they also have a cloud paid version that helps with more constant scanning and gives some nice dashboards. For...
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...