# bash linux_sec_check.sh
[*] =======================================================================================
[*] \ Linux Emergency Response/Information Gathering/Vulnerability Detection Script V0.1 /
[*] =======================================================================================
[*] # System Support: Centos、Debian #
[*] # Author: https://github.com/al0ne #
[*] # Modify by: https://github.com/starnightcyber/linux_sec_check #
[*] # Update: 2024-04 ~ 2024-06 #
[*] # Refer: #
[*] # 0.LinuxCheck https://github.com/al0ne/LinuxCheck #
[*] # 1.Gscan https://github.com/grayddq/GScan #
[*] # 2.Lynis https://github.com/CISOfy/lynis #
[*] =======================================================================================
[*]The running script is linux_sec_check.sh
[*]############ 0.校验系统 & 权限(仅支持 Debian/Ubuntu,且需 root 权限运行) ############
[+]当前为root权限
[+]OS:Debian
[+]运行环境检测通过
usage:
-v --version show script version.
-a --auto run linux_sec_check.
-d --depth run linux_sec_check in deep mode.
-h --help print helper.
# bash linux_sec_check.sh --auto
...