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

不能设置node js环境 BUG HELP WANGTED #8

Open
pumaxiaoyao opened this issue Aug 12, 2020 · 1 comment
Open

不能设置node js环境 BUG HELP WANGTED #8

pumaxiaoyao opened this issue Aug 12, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@pumaxiaoyao
Copy link

Burpsuite:2020.05
Burpy:2.1
系统:Windows10
python:3.7
Node:14.7.0

JS脚本中有b = new Uint8Array([74, 67, 55, 50, 77, 71, 97, 82]);,burpy运行时提示TypeError: 'Uint8Array' 未定义,直接运行python调用脚本时正常运行。
使用print(execjs.get().name)打印,发现在burpy中使用的是JScript,直接python运行时是node。
使用os.environ["EXECJS_RUNTIME"] = "Node"
node = execjs.get(execjs.runtime_names.Node)
强制指定NODE,在burpy中提示 Node.js (V8) runtime is not available on this system

@pumaxiaoyao pumaxiaoyao changed the title 不能设置node js环境 不能设置node js环境 BUG HELP WANGTED Aug 12, 2020
@mr-m0nst3r
Copy link
Owner

@pumaxiaoyao 这块我还没接触过。我先把这个标记成bug吧

@mr-m0nst3r mr-m0nst3r added the bug Something isn't working label Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants