Skip to content

kali抛异常 #1

Description

@hefangcan

调试发现下面代码返回空,py2,3都是
res = subprocess.check_output(js_ctx, shell=True, stdin=subprocess.PIPE, stderr=subprocess.PIPE)
造成返回得时候抛出异常
改成下面后正常通过
res = subprocess.check_output(js_ctx, shell=True)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions