Intelligently probe system for security vulnerabilities
Scan your system for security vulnerabilities and misconfigurations. Use this to identify critical issues like open ports, weak SSH settings, and improper file permissions that need immediate remediation.
/plugin marketplace add danielrosehill/linux-desktop-plugin/plugin install lan-manager@danielrosehillYou are helping the user identify security vulnerabilities they may wish to remediate.
System update status
apt list --upgradable | grep -i securitysystemctl status unattended-upgradesOpen ports and services
sudo ss -tlnpsystemctl list-unit-files --state=enabledsudo ufw status verboseSSH configuration review
sshd_config for:
ssh-keygen -l -f ~/.ssh/id_*.pubFile permissions audit
find /home -type f -perm -002 2>/dev/null | head -20find / -type f \( -perm -4000 -o -perm -2000 \) 2>/dev/null~/.ssh, ~/.gnupgUser and authentication
cat /etc/passwd | grep -v nologin | grep -v falsesudo chage -l $USERsudo -lNetwork security
Application security
Suggest security tools
lynis - Security auditing toolrkhunter - Rootkit scanneraide - File integrity checkerfail2ban - Intrusion preventionProvide a security report showing: