Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.57 KB

README.md

File metadata and controls

32 lines (28 loc) · 1.57 KB

linux_sec_check

# 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
...