Skip to content

Commit 89fdf43

Browse files
committed
doc: update script descriptions
1 parent fdaf5b5 commit 89fdf43

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

auditing/Lynis Installer/lynis-installer

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
#
3-
# A script for installing and running lynis with recommended options.
3+
# This script downloads a security auditing tool called Lynis, designed to scan a system
4+
# and identify security issues, and provides recommendations on how to better secure it.
5+
# Lynis, unless an error is encountered, will always be downloaded to the user's root
6+
# directory (/home/USERNAME/).
47
#
58
# Version: v1.0.6
69
# License: MIT License

hardening/Root Locker/root-locker

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
#
3-
# Locks the root account and erases it's current password.
3+
# This script locks and removes the root account's password (if one is set). This
4+
# prevents users from successfully logging into the root account via su. Note that it
5+
# doesn't prevent users from becoming root via methods such as sudo su.
46
#
57
# Version: v1.0.6
68
# License: MIT License

hardening/SSHD Hardening/sshd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
#
3-
# Hardens sshd by modifying the configurations of '/etc/ssh/sshd_config'.
3+
# This script hardens the sshd-server, by modifying it's configuration file
4+
# (sshd_config).
45
#
56
# Note: This configures sshd_config to the recommendations of the security auditing tool
67
# knonw as Lynis (https://github.com/CISOfy/lynis).

0 commit comments

Comments
 (0)