1HNTOOL(1) General Commands Manual HNTOOL(1)
2
3
4
6 HnTool - Hardening tool for Unix.
7
9 hntool [ -ln ]
10
12 hntool Hardening tool for Unixes. It scans the system and available software,
13 to detect security.
14
15
17 -e EXCLUDE_LIST, --exclude=EXCLUDE_LIST
18 don't run the tests specified by MODULES_LIST
19
20 -l --list
21 returns list of available rules
22
23 --list_output_type
24 list the avaliable output formats
25
26 -m MODULES_LIST, --modules=MODULES_LIST
27 run only the tests specified by MODULES_LIST
28
29 -n --nocolors
30 does not use colors on output
31
33 There are 5 types of results:
34
35 OK :
36 Means that the item checked is fine and that you do not need to worry
37
38 INFO:
39 Means that you should know the item status, but probably it is fine. A
40 port
41 opened, for example.
42
43 LOW:
44 Means that a security problem was found, but it does not provides a
45 high risk
46 for your system.
47
48 MEDIUM:
49 Things are getting worse and you should start to worry about these
50 itens.
51
52 HIGH:
53 You have an important security hole/problem on your system and you
54 should fix it NOW or run and save your life.
55
57 Copyright © 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
58 Copyright © 1992, 1993 Jean-loup Gailly
59
60 Permission is granted to make and distribute verbatim copies of this manual
61 provided the copyright notice and this permission notice are preserved on all
62 copies.
63
64 Permission is granted to copy and distribute modified versions of this manual
65 under the conditions for verbatim copying, provided that the entire resulting
66 derived work is distributed under the terms of a permission notice identical to
67 this one.
68
69 Permission is granted to copy and distribute translations of this manual into
70 another language, under the above conditions for modified versions, except that
71 this permission notice may be stated in a translation approved by the Founda‐
72 tion.
73
74
75
76 local HNTOOL(1)