This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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' |