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

Centos 8 can be used, but some configuration needs to be modified #16

Open
s1g0day opened this issue Oct 29, 2021 · 0 comments
Open

Centos 8 can be used, but some configuration needs to be modified #16

s1g0day opened this issue Oct 29, 2021 · 0 comments

Comments

@s1g0day
Copy link

s1g0day commented Oct 29, 2021

exploit_nss.py文件的187行
proc = subprocess.Popen(['ip', 'addr'], stdout=subprocess.PIPE, bufsize=1, universal_newlines=True)

Generally, ip addr cannot be used directly under low authority. It can be modified to /sbin/ip and modified to ['/sbin/ip','addr']

@s1g0day s1g0day changed the title centos 8可以用,但需要修改一些配置 Centos 8 can be used, but some configuration needs to be modified Oct 29, 2021
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

1 participant