Uncategorised Leveraging SSH in DevOps and Continuous Integration/Continuous Deployment (CI/CD) Pipelines September 8, 2024 by Lee Painter SSH is a critical tool in DevOps and CI/CD pipelines, providing secure and automated access to servers for deployments, configuration management, and monitoring. This article explores how to leverage SSH in DevOps practices and CI/CD pipelines for efficient and secure operations. 1. The Role of SSH in DevOps and CI/CD SSH facilitates secure communication between […] Read more » Development SSH
Uncategorised A Java Application to demonstrate Log4Shell December 14, 2021 by Lee Painter I put together this simple application to demonstrate the Log4Shell vulnerability to my colleagues. To exploit the vulnerability, we need an exploit string and a Java Main class that logs that string using Log4J. First, we need to set up the application. The easiest way is through Maven to set up the Log4J dependency. I’m […] Read more » Development