From ac6dec4894c782fbed60a2d31969fce3a335138b Mon Sep 17 00:00:00 2001 From: bad-antics <160459796+bad-antics@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:59:40 -0800 Subject: [PATCH] Add NullSec Linux to GNU/Linux security hardening tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31792cc..cdc47e9 100644 --- a/README.md +++ b/README.md @@ -337,6 +337,7 @@ See also [Active Directory](#active-directory) and [ADFS](#adfs) below. - [SCAP Workbench](https://www.open-scap.org/tools/scap-workbench/) - GUI for oscap - [Tiger - The Unix security audit and intrusion detection tool](https://www.nongnu.org/tiger/) (might be outdated) - [otseca](https://github.com/trimstray/otseca) - Open source security auditing tool to search and dump system configuration. It allows you to generate reports in HTML or RAW-HTML formats. +- [NullSec Linux](https://github.com/bad-antics/nullsec-linux) - Security-focused Linux distribution with 135+ integrated hardening and auditing tools. Includes automated CIS benchmark checking, kernel hardening scripts, and security baseline enforcement. - [SUDO_KILLER](https://github.com/TH3xACE/SUDO_KILLER) - A tool to identify sudo rules' misconfigurations and vulnerabilities within sudo - [CIS Benchmarks Audit](https://github.com/finalduty/cis_benchmarks_audit) - bash script which performs tests against your CentOS system to give an indication of whether the running server may comply with the CIS v2.2.0 Benchmarks for CentOS (only CentOS 7 for now)