Windows&Linux baseline check script usage configuration

Baseline check script download address:

https://github.com/tangjie1/-Baseline-check

The server security baseline refers to meeting the security specification requirements, taking into account the three + four characteristics of information security management: confidentiality, integrity, availability, auditability, reliability, and non-repudiation. The standard that the server security configuration must meet is generally measured by checking whether the security configuration parameters meet security standards or company standards. It mainly includes account configuration security, password configuration security, authorization configuration, log configuration, IP communication configuration and other aspects. These security configurations directly reflect the security vulnerability of the system itself.


Steps

1. Windows system

1. Use the administrator to run powershell and enter set-ExecutionPolicy RemoteSigned and type: Y
insert image description here

2. Run .\windowsCheck2.1.ps1
insert image description here

3. Generate ip.csv file after running

insert image description here

2. Linux system

1. Set file execution permissions

chmod 777 *

2. Run the Linux script

insert image description here

3. Automatically generate checklist.csv file after running
insert image description here

Guess you like

Origin blog.csdn.net/qq_44484541/article/details/130266857