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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2014-6271 — Automated Shellshock (CVE-2014-6271) vulnerability detection and patching script for macOS. Tests for the bash bug and applies a fix via a curl-based installer. | Kitploit
工具/GitHubGitHub/mattclegg/cve-2014-6271
漏洞分析脚本与自动化实用工具与框架
GitHubmattclegg/cve-2014-6271

CVE-2014-6271

Automated Shellshock (CVE-2014-6271) vulnerability detection and patching script for macOS. Tests for the bash bug and applies a fix via a curl-based installer.

查看仓库
11年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2014-6271

自动修复bash的方式

测试漏洞

你可以通过执行以下测试来确定是否受到影响:

env x='() { :;}; echo vulnerable' bash -c 'echo hello'

修复漏洞

在命令行中运行以下命令。可能会提示你输入密码。

bash <( curl -s https://raw.githubusercontent.com/mattclegg/CVE-2014-6271/master/patch-mac.sh)

致谢

  • 基于 http://alblue.bandlem.com/2014/09/bash-remote-vulnerability.html
下载工具