This commit is contained in:
Angaddeep Singh 2024-11-06 15:51:38 +00:00 committed by GitHub
commit bdbc666211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,3 +5,8 @@ name = "Firewall Baselines (CTT)"
description = "Developed to ease iptables firewall configuration, UFW provides a user friendly way to create an IPv4 or IPv6 host-based firewall. This command installs UFW and configures UFW based on CTT's recommended rules. For more information visit: https://christitus.com/linux-security-mistakes"
script = "firewall-baselines.sh"
task_list = "I SS"
[[data.preconditions]]
matches = false
data = "command_exists"
values = [ "firewalld" ]