Skip to content

Instantly share code, notes, and snippets.

View ChrisToxz's full-sized avatar

Chris Toxz ChrisToxz

  • the Netherlands
View GitHub Profile
@SebastiaanKloos
SebastiaanKloos / security_check.sh
Created March 19, 2026 12:55
Security check voor algemeen gebruik
#!/bin/bash
# ============================================================
# Server Security Check Script
# Controleert op verdachte processen, open poorten en
# misconfiguraties na een incident of als preventieve check.
# Gebruik: sudo bash security_check.sh
# ============================================================
RED='\033[0;31m'
YELLOW='\033[1;33m'