Skip to content

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

License

Notifications You must be signed in to change notification settings

flyr4nk/NodeJsScan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.2%
  • Python 19.8%
  • HTML 8.3%
  • Shell 0.7%