Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tests_hardening_tools « include - github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4a90a786111509ce43a1b66b54ae367cd64c15e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#!/bin/sh

#################################################################################
#
#   Lynis
# ------------------
#
# Copyright 2007-2014, Michael Boelen (michael@rootkit.nl), The Netherlands
# Web site: http://www.rootkit.nl
#
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
# welcome to redistribute it under the terms of the GNU General Public License.
# See LICENSE file for usage of this software.
#
#################################################################################
#
#    InsertSection "Hardening tools"
#
#################################################################################
#
    # Checking Solaris Security Toolkit (Jass)
    # Test        : HRDN-7402
    # Description : Check jass hardening
    #    Register --test-no HRDN-7402 --weight L --network NO --description "Check jass hardening"
    #    if [ ${SKIPTEST} -eq 0 ]; then
    #        if [ -d /opt/SUNWjass -o -d /var/opt/SUNWjass ]; then
    #        logtext "Result: found Solaris Security Toolkit (Jass hardening tool)"
    #    fi
    #
#
#################################################################################
#
    # Test        : HRDN-7410
    # Description : Check tiger hardening tool
#
#################################################################################
#
    # Test        : HRDN-7420
    # Description : Check Bastille Unix hardening tool
#
#################################################################################
#
    # Checking Solaris Security Toolkit (ASET)
    # - Automated Security Enhancement Tool

    # AddHP 3 3

#wait_for_keypress

#
#================================================================================
# Lynis - Copyright 2007-2014, Michael Boelen - www.rootkit.nl - The Netherlands