随笔分类 - 安全
Fail2ban 部署
摘要:1、安装(此处以Rocky Linux 9为例) dnf install fail2ban -y 2、编写配置文件(一分钟内连续错误三次,封禁十分钟) # cat > /etc/fail2ban/jail.local << EOF [DEFAULT] ignoreip = 127.0.0.1/8 b
阅读全文
Rocky Linux 9 部署 GVM
摘要:1、配置安装源 # 启用EPEL、CRB源 dnf config-manager --set-enabled crb dnf install epel-release -y # 启用Atomic源 wget -q -O - https://updates.atomicorp.com/installe
阅读全文
Jenkins 集成 Dependency-Check 代码漏洞扫描工具
摘要:1、Jenkins安装插件 https://plugins.jenkins.io/dependency-check-jenkins-plugin/ 2、下载并配置 # 下载 wget https://github.com/jeremylong/DependencyCheck/releases/dow
阅读全文
NeuVector 基于 Docker 部署
摘要:1、Docker、Docker-Compose安装 https://www.cnblogs.com/a120608yby/p/9883175.html https://www.cnblogs.com/a120608yby/p/14582853.html 2、基于Docker-Compose部署Neu
阅读全文