コード例 #1
0
def check():
    return not sfile.installed("openssh-server")
コード例 #2
0
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"))
コード例 #3
0
ファイル: scripts171.py プロジェクト: sacseacyber/moapi
def check():
    return not sfile.installed("talk")
コード例 #4
0
ファイル: scripts141.py プロジェクト: sacseacyber/moapi
def check():
    return not sfile.installed("vsftpd")
コード例 #5
0
def check():
    return not sfile.installed("telnet")
コード例 #6
0
ファイル: scripts161.py プロジェクト: sacseacyber/moapi
def check():
  return not sfile.installed("nis")
コード例 #7
0
ファイル: scripts27.py プロジェクト: sacseacyber/moapi
def check():
  return sfile.installed("auditd")
コード例 #8
0
def check():
    return not (sfile.installed("rsh-client")
                or sfile.installed("rsh-redone-client"))
コード例 #9
0
ファイル: scripts131.py プロジェクト: sacseacyber/moapi
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"))
コード例 #10
0
ファイル: scripts1011.py プロジェクト: sacseacyber/moapi
def check():
  return not sfile.installed("ldap-utils")
コード例 #11
0
def check():
    return not (sfile.installed("apache2") or sfile.installed("apache2-bin")
                or sfile.installed("apache2-data")
                or sfile.installed("apache2-utils"))
コード例 #12
0
ファイル: scripts110.py プロジェクト: sacseacyber/moapi
def reset():
    if sfile.installed("auditd"):
        os.system("systemctl disable auditd")
コード例 #13
0
ファイル: scripts1311.py プロジェクト: sacseacyber/moapi
def check():
    return not (sfile.installed("netcat")
                or sfile.installed("netcat-traditional")
                or sfile.installed("netcat-openbsd"))