Skip to content

5up3rc/NodeJsScan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJsScan

Static security code scanner for Node.js applications.

How to Configure

  1. Install Postgres and configure SQLALCHEMY_DATABASE_URI in core/settings.py
  2. Run pip install -r requirements.txt
  3. Run python createdb.py
  4. Run python app.py

This will run NodeJsScan on http://0.0.0.0:9090 If you need to debug, set DEBUG = True in core/settings.py

NodeJsScan V2

About

NodeJsScan is a static security code scanner for Node.js applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 52.3%
  • HTML 37.0%
  • JavaScript 6.1%
  • CSS 4.6%