linux:security

This is an old revision of the document!


Linux Security

Zerotrust Browser

Headline

Example Metasploit Framework

FIPS security for ubuntu

  1. USG - Ubuntu Security Guide (usg) - DISA-STIG compliance - link Detail

Openscap

- Security Technical Implementation Guide - https://medium.com/@aika.nazhimidinova/cis-benchmark-of-ubuntu-22-04-openscap-security-guide-707f206e73c8

- test code

  sudo apt-get install libopenscap8
  oscap -v
  oscap -V
 
  sudo oscap xccdf eval --profile xccdf_org.ssgproject.content_profile_cis_level1_server --results-arf arf.xml --report $1 /usr/share/ubuntu-scap-security-guides/1/benchmarks/ssg-ubuntu2004-ds.xml
 
 
 
 oscap info /usr/share/ubuntu-scap-security-guides/1/benchmarks/ssg-ubuntu2204-ds-1.2.xml
 sudo oscap xccdf eval --profile xccdf_org.ssgproject.content_profile_stig --report report.html /usr/share/ubuntu-scap-security-guides/1/benchmarks/ssg-ubuntu2204-ds-1.2.xml
 
 
 oscap xccdf generate fix --profile xccdf_org.ssgproject.content_profile_stig --fix-type bash /usr/share/ubuntu-scap-security-guides/1/benchmarks/ssg-ubuntu2204-ds-1.2.xml > fix_sig.sh
 grep '2 echo "' ./fx_sig.sh

  • linux/security.1720849635.txt.gz
  • Last modified: 2024/07/13 05:47
  • by admin