164 matches found
Nodejs-Tracer
nodejs-tracer 简单的 Node.jstracer,用于记录对核心模块的调用,可以伪造某些调用以绕过反分析,保存应用程序写入的文件等等。可用于分析高度混淆的 Node.js 恶意软件。 用法 root@kitploit: node -r .\tracer.js main.js 示例追踪(DISPLAYSTACK 激活时): 配置 调整脚本中的常量以配置以下选项: root@kitploit: const DISPLAYSTACK = true // Display stack trace for each call const SAVEFILEWRITES = true //...
5.5AI score
SaveExploits0
20