【发布时间】:2019-01-02 19:49:24
【问题描述】:
我正在尝试编译一个漏洞来在 CentOS 7 虚拟机上进行渗透测试。这是我要编译的代码:cve-2017-1000253.c。尝试编译时出现此错误。
我知道没有 rootshell.h 来创建它,但网站没有提供它。代码中的 rootshell.h 是我需要创建一个包含该代码的新文件吗? 提前致谢
【问题讨论】:
-
请显示相关代码并说明确切的错误。链接到其他网站上的代码和图像通常是不可接受的。另见How to create a Minimal, Complete, and Verifiable example 和另见Why not upload images of code on SO when asking a question?。
标签: linux gcc compiler-errors centos7 exploit