mr-m0nst3r / Burpy

A plugin that allows you execute python and get return to BurpSuite.
MIT License
392 stars 51 forks source link

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

Open pumaxiaoyao opened 4 years ago

pumaxiaoyao commented 4 years ago

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

mr-m0nst3r commented 4 years ago

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