Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
bash-shellshock — 已弃用:用于审计和修复“Shellshock”(BASH-CVE-2014-7169)的Chef cookbook | Kitploit
工具/GitHubGitHub/chef-boneyard/bash-shellshock
漏洞分析配置审计云安全DevSecOps错误配置Archived
GitHubchef-boneyard/bash-shellshock

bash-shellshock

已弃用:用于审计和修复“Shellshock”(BASH-CVE-2014-7169)的Chef cookbook

查看仓库
559年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
网站
分享

bash-shellshock Cookbook

Build Status Cookbook Version

本 Cookbook 旨在测试并可选择性地修复 bash 的 “Shellshock” 漏洞,其正式名称为 cve-2014-7169。

一旦 Chef-client 在一个或多个主机上执行了此 Recipe,即可通过 knife search: 从 Chef 服务器检索所有存在 “Shellshock” 利用漏洞的节点列表:

knife search node 'bash:shellshock_vulnerable'

限制

本 Cookbook 依赖于操作系统原生的包管理系统来提供已修补版本的 bash 包。

要求

平台

  • 已在 CentOS 6.5 上测试
  • 已在 Ubuntu 12.04 上测试
  • 应能广泛适用于其他系统

Chef

  • Chef 11+

Cookbooks

  • ohai (https://supermarket.chef.io/cookbooks/ohai)

属性

  • 无用户可配置属性

Recipes

bash-shellshock::default

  • 审计并修复 Bash-CVE-2014-7169(“Shellshock”)

bash-shellshock::audit

  • 安装一个 OHAI 插件,该插件将自动审计节点是否存在 Shellshock 漏洞。该插件在 OHAI 中创建两个新值:

    node['languages']['bash']['version'],一个字符串。由 bash --version 返回。 node['languages']['bash']['shellshock_vulnerable'],一个布尔值。如果节点存在漏洞则为 True。

bash-shellshock::remediate

  • 如果节点被 audit recipe 标记为存在漏洞,此 recipe 将尝试通过本地包管理系统升级 bash。包含 audit recipe。
  • 审计并修复 Bash-CVE-2014-7169(“Shellshock”)

许可与作者

作者: Cookbook Engineering Team ([email protected])

版权: 20014-2015, Chef Software, Inc.

root@kitploit:~
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
下载工具