Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 554 Bytes

File metadata and controls

18 lines (10 loc) · 554 Bytes

NodeJsScan

NodeJsScan

NodeJsScan is a node.js Static Analysis Tool that can detect possible security issues, insecure code and outdated libraries (using retire.js). http://opensecurity.in

Usage

python NodeJsScan.py -d <dir>

python NodeJsScan.py -f <file1>,<file2>,<file3>

Syntax

python NodeJsScan.py -d "/Users/ajin/NodeJS_Code"

python NodeJsScan.py -f "/Users/ajin/NodeJS_Code/node_Server.js","/Users/ajin/NodeJS_Code/node_Proxy.js"