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

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

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

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

工具目录

分类

查看所有分类
Loading categories
salt-shellshock — Shellshock(CVE-2014-6271)的 Salt 配方 | Kitploit
工具/GitHubGitHub/apsl/salt-shellshock
漏洞扫描器漏洞分析脚本与自动化配置审计云安全DevSecOps
GitHubapsl/salt-shellshock

salt-shellshock

Shellshock(CVE-2014-6271)的 Salt 配方

查看仓库
1111年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Shellshock bash 更新

这个配方尝试从操作系统包管理器升级 bash,并在没有可用更新的系统上回退到编译 bash。

适用于旧版 Ubuntu/Debian。

Bash 安装脚本来自: http://askubuntu.com/questions/528101/what-is-the-cve-2014-6271-bash-vulnerability-and-how-do-i-fix-it

用法

可用作 gitfs salt formula:

root@kitploit:~
fileserver_backend:
    - roots
    - git
 
gitfs_remotes:
    - git://github.com/APSL/salt-shellshock.git

运行:

root@kitploit:~
    $ sudo salt "oldubuntu" state.sls shellshock

额外:从 salt 测试 shellshock:

https://twitter.com/johan_moreau/status/515226448270213121

root@kitploit:~
$ sudo salt -G 'kernel:Linux' cmd.run "env x='() { :;}; echo __bad' bash -c 'echo __good' 2>&1 |grep __"
下载工具