Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exploit-docker_runc.go的两个问题 #46

Closed
lqqqc opened this issue Mar 23, 2022 · 1 comment
Closed

Exploit-docker_runc.go的两个问题 #46

lqqqc opened this issue Mar 23, 2022 · 1 comment

Comments

@lqqqc
Copy link

lqqqc commented Mar 23, 2022

  1. 代码48行判断是否是文件夹,if !util.IsDir(f.Name())应改为if !util.IsDir("/proc/" + f.Name())
    截图

  2. 代码93行,Desc()有误
    截图 (1)
    应是./cdk run runc-pwn <shell-cmd>,还有其他好几个模块都有这个问题。

@neargle
Copy link
Member

neargle commented Mar 26, 2022

反馈的好棒,感恩。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants