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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2015-0235-test — 用于检测CVE-2015-0235漏洞的Ansible剧本 | Kitploit
工具/GitHubGitHub/aaronfay/cve-2015-0235-test
漏洞扫描器漏洞分析脚本与自动化配置审计DevSecOps
GitHubaaronfay/cve-2015-0235-test

CVE-2015-0235-test

用于检测CVE-2015-0235漏洞的Ansible剧本

查看仓库
15311年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2015-0235-test

用于检查漏洞 CVE-2015-0235 的 Ansible playbook。该 playbook 基于芝加哥大学提供的测试程序(链接)。Ansible 允许你同时指定大量主机进行测试。

这不会修补或重启任何东西,仅报告你的系统是否受影响。

假设远程已安装 gcc。

注意!

请勿随意在你的主机上运行此程序,先阅读代码了解其作用 :)

用法

需要 Ansible。将 ghost.yml:2 中的 user: your_remote_user 修改为你的远程系统用户名。

root@kitploit:~
pip install ansible
ansible-playbook -i hosts_to_test ghost.yml

示例输出

root@kitploit:~
af:ghost aaronfay$ ansible-playbook ghost.yml -i aaron_host

PLAY [all] ******************************************************************** 

GATHERING FACTS *************************************************************** 
ok: [foobar.com]

TASK: [copy the GHOST script to the machine] ********************************** 
ok: [foobar.com]

TASK: [compile it] ************************************************************ 
ok: [foobar.com]

TASK: [run it!] *************************************************************** 
ok: [foobar.com]

TASK: [show me the results] *************************************************** 
ok: [foobar.com] => {
    "ghost.stdout_lines[0]": "vulnerable"
}

PLAY RECAP ******************************************************************** 
foobar.com                 : ok=5    changed=0    unreachable=0    failed=0   
下载工具