Conduct a comprehensive security audit of the server:
Performs comprehensive server security audit and delivers prioritized risk assessment with actionable recommendations.
/plugin marketplace add danielrosehill/linux-server-plugin/plugin install linux-desktop-mgmt@danielrosehillseurity/Conduct a comprehensive security audit of the server:
grep "Failed password" /var/log/auth.log | tail -20sshd -T | grep -E "permitrootlogin|passwordauth|port"ss -tulpnufw status verbose or iptables -L -napt list --upgradable | grep -i securitycat /etc/passwd | grep -v nologingrep -v "^#" /etc/sudoersfind / -perm -002 -type f 2>/dev/null | head -20find / -perm -4000 -type f 2>/dev/nullsystemctl status unattended-upgradesProvide Daniel with: