def check(): return not sfile.installed("openssh-server")
def check(): return not (sfile.installed("samba") or sfile.installed("samba-common") or sfile.installed("samba-common-bin") or sfile.installed("python-samba") or sfile.installed("samba-dsdb-modules") or sfile.installed("samba-libs") or sfile.installed("samba-vfs-modules"))
def check(): return not sfile.installed("talk")
def check(): return not sfile.installed("vsftpd")
def check(): return not sfile.installed("telnet")
def check(): return not sfile.installed("nis")
def check(): return sfile.installed("auditd")
def check(): return not (sfile.installed("rsh-client") or sfile.installed("rsh-redone-client"))
def check(): return not (sfile.installed("wireshark") or sfile.installed("wireshark-common") or sfile.installed("wireshark-qt") or sfile.installed("libwireshark8") or sfile.installed("libwireshark-data"))
def check(): return not sfile.installed("ldap-utils")
def check(): return not (sfile.installed("apache2") or sfile.installed("apache2-bin") or sfile.installed("apache2-data") or sfile.installed("apache2-utils"))
def reset(): if sfile.installed("auditd"): os.system("systemctl disable auditd")
def check(): return not (sfile.installed("netcat") or sfile.installed("netcat-traditional") or sfile.installed("netcat-openbsd"))