Port Scanning with block that IP with a banner...
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Example AppArmor profile (/etc/apparmor.d/usr.local.bin.SYN-Scan-Firewall)
|
|
/usr/local/bin/SYN-Scan-Firewall {
|
|
include <abstractions/base>
|
|
capability net_admin,
|
|
capability net_raw,
|
|
/etc/syn-firewall/config.yaml r,
|
|
/var/lib/syn-firewall/** rw,
|
|
}
|
|
|