Automated Script to install HAProxy 2.8.12 , OpenSSL 3.0.15 and Modsecurity.

So ….. My latest effort has been a bash script that runs on both Ubuntu 22.04 and Alma 8.6 and installs HAProxy 2.8.12, OpenSSL 3.0.15 and Modsecurity. The starting point is a clean build, with latest OS patches installed and no additional packages. This script downloads, extracts and installs the version of OpenSSL 3 andContinue reading “Automated Script to install HAProxy 2.8.12 , OpenSSL 3.0.15 and Modsecurity.”

Automated Script to install Covenant on Ubuntu 20.04

Following on from my previous post I have created a noddy script to install Covenant on an Ubuntu 20.04 box. It can be found at : https://github.com/CluelessAtCoding/Efforts/tree/main/RedTeamTools Download the script to the Ubuntu machine, change the username specified at the beginning of the script if you so wish, then:

Installing Covenant on Ubuntu 20.04

Understanding how Red Team tools work and are used enables the Blue Team to develop better detections in their EDR/Security software. This short article details how to install Covenant (https://github.com/cobbr/Covenant) on Ubuntu 20.04 so you can use it as part of a Purple Team exercise. Build a minimal Ubuntu 20.04 Server, with OpenSSH Server installedContinue reading “Installing Covenant on Ubuntu 20.04”

Installing HAProxy 2.4.7 with ModSecurity on AlmaLinux 8.4

This article is almost identical to my previous post regarding HAProxy on CentOS, but as Centos 8 is going End Of Life at the end of this year I thought I would revisit it on AlmaLinux. I used the 64-Bit minimal ISO that can be found at the appropriate mirror : https://mirrors.almalinux.org/isos/x86_64/8.4.html . By usingContinue reading “Installing HAProxy 2.4.7 with ModSecurity on AlmaLinux 8.4”