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

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

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

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

工具目录

分类

查看所有分类
Loading categories
cookbook-bash-CVE-2014-6271 — 如果根据CVE-2014-6271发现bash漏洞,则Chef cookbook将失败。 | Kitploit
工具/GitHubGitHub/jblaine/cookbook-bash-cve-2014-6271
云基础设施安全漏洞扫描器脚本与自动化配置审计DevSecOps
GitHubjblaine/cookbook-bash-cve-2014-6271

cookbook-bash-CVE-2014-6271

如果根据CVE-2014-6271发现bash漏洞,则Chef cookbook将失败。

查看仓库
11年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

bash-CVE-2014-6271 Cookbook

此 Chef cookbook 包含一个默认 recipe,如果发现 bash 且该 bash 存在 CVE-2014-6271 中描述的远程利用漏洞,它将使你的 Chef 运行失败。查找 bash 的位置可在 node['bash-CVE-2014-6271']['bashes'] 属性中配置(见下文)。

系统要求

应适用于任何 UNIX/Linux。如有问题请报告(最好附上补丁)。

属性

  • node['bash-CVE-2014-6271']['bashes'] - 一个必需的数组,包含待检测漏洞的可能 bash 可执行文件。默认为 /bin/bash 和 /usr/local/bin/bash

使用

bash-CVE-2014-6271::default

只需将 bash-CVE-2014-6271 添加到节点的 run_list 中:

root@kitploit:~
{
  "name":"my_node",
  "run_list": [
    "recipe[bash-CVE-2014-6271]"
  ]
}

贡献

  1. 在 Github 上 fork 仓库
  2. 创建一个命名特性分支(例如 add_component_x)
  3. 编写你的更改
  4. 为你的更改编写测试(如适用)
  5. 运行测试,确保全部通过
  6. 使用 Github 提交拉取请求

许可证和作者

  • 作者:Jeff Blaine ([email protected])

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

root@kitploit:~
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.
下载工具