mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Non printable ESC character is required to obtain terminal escape sequence i.e. for changing output color. Such sequences (especially ESC character) were replaced by command substitution producing exactly same result (variable value), but using only "safe" characters. Use of printf and especialy '\033' or '\0ddd' sequences is described here: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html#tag_20_94_13 Use of $(command) or command substitution is described here: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_03 Verbatim TAB characters were replaced with \t escape sequence as described to avoid problems with editors silently replacing them or developer accidentialy messing up the regex. |
||
|---|---|---|
| .. | ||
| binaries | ||
| consts | ||
| data_upload | ||
| functions | ||
| helper_audit_dockerfile | ||
| helper_configure | ||
| helper_show | ||
| helper_system_remote_scan | ||
| helper_update | ||
| osdetection | ||
| parameters | ||
| profiles | ||
| report | ||
| tests_accounting | ||
| tests_authentication | ||
| tests_banners | ||
| tests_boot_services | ||
| tests_containers | ||
| tests_crypto | ||
| tests_custom.template | ||
| tests_databases | ||
| tests_file_integrity | ||
| tests_file_permissions | ||
| tests_filesystems | ||
| tests_firewalls | ||
| tests_hardening | ||
| tests_homedirs | ||
| tests_insecure_services | ||
| tests_kernel | ||
| tests_kernel_hardening | ||
| tests_ldap | ||
| tests_logging | ||
| tests_mac_frameworks | ||
| tests_mail_messaging | ||
| tests_malware | ||
| tests_memory_processes | ||
| tests_nameservices | ||
| tests_networking | ||
| tests_php | ||
| tests_ports_packages | ||
| tests_printers_spools | ||
| tests_scheduling | ||
| tests_shells | ||
| tests_snmp | ||
| tests_squid | ||
| tests_ssh | ||
| tests_storage | ||
| tests_storage_nfs | ||
| tests_system_integrity | ||
| tests_time | ||
| tests_tooling | ||
| tests_virtualization | ||
| tests_webservers | ||
| tool_tips | ||