Michael Boelen
6b92407234
Add 'update check' functionality
2016-07-18 10:33:52 +02:00
Michael Boelen
d02cb095da
[PHP-2376] Log to discovered item to report instead of logfile
2016-07-16 16:28:43 +02:00
Michael Boelen
aeb08cb80a
Switch to development version
2016-07-16 16:28:10 +02:00
Michael Boelen
f193f0c66e
Update README.md
...
Removed CII link on top, as it is already mentioned in the text. Added ToolsWatch badges.
2016-07-14 20:40:29 +02:00
Michael Boelen
14129c58fd
Release 2.3.1
2016-07-14 19:45:13 +02:00
Michael Boelen
5684db4490
Release 2.3.1
2016-07-14 19:45:08 +02:00
Michael Boelen
622276e8d4
Update log
2016-07-14 15:27:20 +02:00
Michael Boelen
7ec51cdae0
Only use license key when it is defined
2016-07-14 15:26:46 +02:00
Michael Boelen
fe53964f0a
Preparations for next release
2016-07-14 13:50:51 +02:00
n[oO]ne
8aeba9fa3d
fix: Test names are different. ( #228 )
...
After changes in 9aa5736
the test names are different. This results in something like BOOT-5122 = boot-5122 and skipped test aren't skipped anymore.
2016-07-14 13:49:20 +02:00
Yann ILAS
2abaefeb21
Correction for some typos ( #227 )
2016-07-14 13:29:41 +02:00
Michael Boelen
bf1118ebb3
Release 2.3.0
2016-07-13 13:48:14 +02:00
Michael Boelen
4ad4c7c1b6
Removed Debian directory, as that is handled now in CISOfy/lynis-sdk
2016-07-13 13:44:18 +02:00
Michael Boelen
9aa57362e6
Show all tests uppercase and remove first space from list for correct display
2016-07-13 13:21:35 +02:00
Michael Boelen
dd378a0ca3
Allow showing categories, logfile, report, and test details
2016-07-13 13:20:55 +02:00
Michael Boelen
9f7671b162
Initial import of tests database to be used with lynis show tests
2016-07-13 13:19:42 +02:00
Michael Boelen
8d209fc376
Change in help text
2016-07-13 13:19:23 +02:00
Michael Boelen
6159b4e54d
New release 2.3.0
2016-07-13 12:56:15 +02:00
Michael Boelen
f9011c43e6
Exit cleanly when displaying categories
2016-07-13 11:12:31 +02:00
Michael Boelen
df9443d04d
Add reference to software repository for Lynis packages
2016-07-13 10:47:54 +02:00
Michael Boelen
9986cdd58f
Updated language files
2016-07-12 22:02:30 +02:00
Michael Boelen
09aa31bb5c
Minor code cleanup
2016-07-12 20:32:49 +02:00
Michael Boelen
07a113e46e
Set initial value for language and improve auto detection
2016-07-12 20:32:15 +02:00
Michael Boelen
cb76421d9c
Proper display of tool tips configuration, while not showing tips when using show module
2016-07-12 20:09:10 +02:00
Michael Boelen
c090e73ca1
Add blue colors for tips
2016-07-11 20:06:46 +02:00
Michael Boelen
38e6ff18d4
Merge and initial changes for new tests FILE-6344 and FILE-6430
2016-07-11 19:57:45 +02:00
Lukas Pirl
9a5647f66c
added test FILE-6337: check if /proc mounted with hidepid=(1|2) ( #225 )
...
to hide users' sensitive files in /proc from other users
(see `man proc` for details)
2016-07-11 16:48:25 +02:00
Michael Boelen
62e6af17de
Updated log
2016-07-11 11:28:07 +02:00
Michael Boelen
19807ff573
Updated timestamp
2016-07-11 11:27:59 +02:00
Lukas Pirl
f19f5927a5
added test for AllowAgentForwarding being turned off ( #222 )
...
for reasons, see links below:
https://wiki.mozilla.org/Security/Guidelines/OpenSSH#SSH_agent_forwarding
https://heipei.github.io/2015/02/26/SSH-Agent-Forwarding-considered-harmful/
2016-07-11 11:25:51 +02:00
Michael Boelen
576e11b995
[BOOT-5122] Extended password check
2016-07-11 11:24:52 +02:00
Michael Boelen
09a9b80fde
Merge branch 'master' of https://github.com/CISOfy/lynis
2016-07-11 11:21:08 +02:00
ratrop
cd2429688b
Update tests_boot_services ( #201 )
...
Added detection of password for Grub2 in Ubuntu 14.04 LTS. Previous version doesn't detect it.
2016-07-11 11:20:05 +02:00
Michael Boelen
648d043b0a
[FILE-6430] initial import and changes
2016-07-11 11:18:53 +02:00
Michael Boelen
d1c8cd3d05
Merge branch 'master' of https://github.com/CISOfy/lynis
2016-07-11 10:32:30 +02:00
Michael Boelen
1fc6ac4ea8
Update log
2016-07-11 10:32:23 +02:00
Michael Boelen
a8d8d40f88
Set log date to similar format as normal log entries
2016-07-11 10:32:14 +02:00
Michael Boelen
52317de56c
Set date of break lines to similar format as normal log entries
2016-07-11 10:32:00 +02:00
Yann ILAS
a62a09d9e4
Remove the support of some filesystems ( #205 )
...
For now keeping the test as-is and merge.
2016-07-11 10:24:38 +02:00
Lukas Pirl
77634d578c
expect value of sysctl:kernel.kptr_restrict to be 2 ( #224 )
...
from https://lwn.net/Articles/420403/ :
"""
The %pK format specifier is designed to hide exposed kernel
pointers, specifically via /proc interfaces. Exposing these
pointers provides an easy target for kernel write vulnerabilities,
since they reveal the locations of writable structures containing
easily triggerable function pointers. The behavior of %pK depends
on the kptr_restrict sysctl. […] If kptr_restrict is set to 2,
kernel pointers using %pK are printed as 0's regardless of
privileges.
"""
2016-07-11 10:11:18 +02:00
Michael Boelen
74c9513fbb
[HTTP-6632] fix for proper detection of Apache modules
2016-07-11 09:49:24 +02:00
Michael Boelen
e22322920f
More reorganizing as options will be deprecated
2016-07-05 19:57:43 +02:00
Michael Boelen
13c228fd2d
Add --configured-only option to lynis show settings
2016-07-05 19:57:11 +02:00
Michael Boelen
1655b5728b
Disable color status and clear blue color
2016-07-05 19:56:38 +02:00
Michael Boelen
467c30b16b
Start of migration of deprecated profile options
2016-07-05 19:56:13 +02:00
Michael Boelen
b44acc16e0
Disable upload compression for now
2016-07-05 19:55:45 +02:00
Michael Boelen
474455d18b
Define colors
2016-07-05 19:55:31 +02:00
Michael Boelen
871be32be2
Updated log
2016-07-05 18:19:40 +02:00
Michael Boelen
77a0226f1b
Updated log
2016-07-05 18:19:08 +02:00
Michael Boelen
f8bee58ade
Implement tooltips
2016-07-05 18:18:54 +02:00