ScanSuite
  • Introduction
  • Architecture
  • Installation
    • Technical Requirements
    • Install ScanSuite server
    • Set up DefectDojo
    • Troubleshooting
    • SSL/TLS Setup
  • Administration
    • Setup parameters and services
    • Configuring API keys for external systems
    • User administration
    • Security logs
  • Usage
    • Products
    • Performing a static code analysis
      • Git repository authentication
      • Scheduling Periodic and Incremental Scans
      • (Optional) Compiling the code
      • Executing the OpenAI scan
    • Managing scan execution
    • Working with scan results
      • Checking for exploitable vulnerabilities
      • Export to Securitm
      • (Optional) Parsing CSV exports
    • Performing dynamic web scanning
      • Authenticated scans
      • API scans
    • Running infrastructure tests
    • Scheduling the scan
    • Creating own scanning rules
  • Versions History
    • v 1.0
    • v 1.1
    • v 1.2
Powered by GitBook
On this page
  1. Installation

Troubleshooting

PreviousSet up DefectDojoNextSSL/TLS Setup

Last updated 2 months ago

Troubleshooting DefectDojo:

Restart DefectDojo:

cd ~/apps/scansuite/defectdojo && sudo docker compose down -t 0

sudo docker compose up -d

Update DefectDojo admin password:

cd ~/apps/scansuite/defectdojo &&./dojo-password

In exceptional cases reset the DefectDojo Database. This command will clear Dojo database and restart it from scratch:

~/apps/scansuite/defectdojo/reset-dojo

After the reset wait a few minutes and check for the new password:

cd ~/apps/scansuite/defectdojo && ./dojo-password

For more details refer to official Defect Dojo and .

Troubleshooting ScanSuite:

Restart ScanSuite: cd ~/apps/scansuite && ./start-scansuite

To check container logs for errors, cd ~/apps/scansuiteand execute following commands:

docker compose logs web

docker compose logs worker

docker compose logs worker_admin

docker compose logs celery_beat

cat /var/tmp/scansuite.log

Restart docker service: sudo service docker restart

repository
documentation