1-Linux中的安全问题 2018-06-24 Linux_security Linux, security Comments 概述 读书笔记 Linux的安全策略 对系统的访问能力 系统上安装软件的权限 数据的访问能力 故障恢复 检验安装介质的安全性 1234567891011121314# Linuxmd5sum ubuntu18.iso# windows CertUtil -hashfile xxxx.iso MD5# mac~/Downloads» md5 ubuntu18.iso MD5 (ubuntu18.iso) = 129292a182136a35e1f89c586dbac2e2---------------------------------官网md5:129292a182136a35e1f89c586dbac2e2 *ubuntu-18.04-desktop-amd64.iso 配置sudo访问 1234567891011useradd testgroupadd testgroupspasswd testvisudo ## Allow people in group test run all commandstest ALL=(ALL) ALLusermod -aG testgroups testsudo test - 使用namp扫描metasploitable2 12345# 首先下载metasploitable2https://sourceforge.net/projects/metasploitable/ # 安装kali系统# 设置kali系统的metasploitable# 使用进行扫描