nodejsscan
v4.8


OPSECX Node.js Seguridad: Pentesting y explotación - NJS
docker pull opensecurity/nodejsscan:latest
docker run -it -p 9090:9090 opensecurity/nodejsscan:latest Instale Postgres y configure SQLALCHEMY_DATABASE_URI en nodejsscan/settings.py o como variable de entorno.
Desde la versión 4 en adelante, se elimina el soporte de Windows.
git clone https://github.com/ajinabraham/nodejsscan.git
cd nodejsscan
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 manage.py recreate-db # Run once to create database schemaPara ejecutar NodeJSscan
./run.sh
Esto ejecutará la interfaz de usuario web NodeJSScan en http://127.0.0.1:9090

Cree su aplicación Slack App Slack y establezca SLACK_WEBHOOK_URL en nodejsscan/settings.py o como variable de entorno.

Configurar configuraciones SMTP en nodejsscan/settings.py o como variable de entorno.
docker build -t nodejsscan .
docker run -it -p 9090:9090 nodejsscan



