hlein
b595cc0fb5
Various cleanups ( #363 )
...
* Typo fix.
* Style change: always use $(), never ``.
The Lynis code already mostly used $(), but backticks were sprinkled
around. Converted all of them.
* Lots of minor spelling/typo fixes.
FWIW these were found with:
find . -type f -print0 | xargs -0 cat | aspell list | sort -u | egrep '^[a-z]+$' | less
And then reviewing the list to pick out things that looked like
misspelled words as opposed to variables, etc., and then manual
inspection of context to determine the intention.
2017-03-06 07:41:21 +00:00
Michael Boelen
34ba1ba184
Changed date and preparing for release
2017-02-09 13:35:40 +01:00
Michael Boelen
82ededed31
Style improvements and command replacements
2016-09-08 21:04:17 +02:00
Michael Boelen
679e8c628e
Use detected binaries
2016-08-25 15:31:33 +02:00
Michael Boelen
f9b2993f35
Removed unneeded field
2016-08-10 07:24:10 +02:00
Michael Boelen
b2ee2ffff1
Removed unneeded field for warnings and suggestions
2016-08-10 07:12:58 +02:00
Michael Boelen
15e364eae6
Initialize variable and unset at end
2016-07-30 16:41:57 +02:00
Michael Boelen
2f4c854ba7
Rename of categories, introduction of groups
2016-07-24 17:22:00 +02:00
Michael Boelen
983e293eb1
Replaced text strings to allow translations
2016-06-18 11:14:01 +02:00
Michael Boelen
eded02cfde
Rewritten counters and dealing with values
2016-05-03 14:57:53 +02:00
mboelen
42607ceaf5
Replaced old function names with new ones
2016-04-28 12:31:57 +02:00
mboelen
6197ac08e7
Added link to website, blog, github
2016-03-13 16:00:39 +01:00
mboelen
e0e56f2cdc
Use CreateTempFile for creation of temporary files
2016-01-11 01:04:38 +01:00
mboelen
d16b38eff8
Rename of logtext and report functions, upcoming year change
2015-12-21 21:17:15 +01:00
SiemKorteweg
0c48fc3880
Optimized use of cat, grep and awk.
...
Detection of duplicate entries in /etc/hosts is now more robust.
On CentOS7 the SERVICE_MANAGER is detected correctly.
2015-10-10 13:25:14 +02:00
mboelen
0b9c6132c6
Add test [SHLL-6230] to test for umask values in common shell configuration files
2015-09-10 21:06:40 +02:00
mboelen
f60011eb1b
Removing tests which were already performed in authentication section.
2015-05-27 11:43:08 +02:00
mboelen
8201510d6a
Check timeout sessions and if they are readonly
2015-03-17 17:58:58 +01:00
mboelen
332277b7e1
Enhance timeout check and ensure there are .sh files in /etc/profile.d
2015-03-17 14:55:03 +01:00
mboelen
44a530719c
Disabling Shellshock test as it gives false positives
2015-01-15 22:06:34 +01:00
mboelen
5caf4ddc4f
Update of the files to reflect HTTPS version of website and 2015. Happy New Year!
2015-01-03 12:45:22 +01:00
mboelen
525c430d84
Minor improvements to Shellshock test
2014-11-04 01:34:14 +01:00
mboelen
46de3f8d99
Hide RPM related database errors, show suggestion instead
2014-10-26 23:33:26 +01:00
mboelen
8bf76a9a0f
Improved Shellshock test by searching for bash via which if /etc/shell is not present
2014-10-19 12:39:37 +02:00
mboelen
81d910c050
When searching for bash shell, skip comment lines and only take first hit (e.g. Fedora has multiple hits) [SHLL-6290]
2014-10-06 20:57:56 +02:00
mboelen
74f7cfec84
Added Shellshock test improvements
2014-10-06 13:41:55 +02:00
d4t4king
ef6de1eddc
Added shellshocker checks.
2014-10-06 11:49:20 +02:00
mboelen
c9fde8c2d1
Code cleanup and small enhancements
2014-09-15 12:01:09 +02:00
mboelen
c0ae2e217b
Initial import
2014-08-26 17:33:55 +02:00