Skip to main content

Security Tab

The Security tab in your Deployment dashboard helps you identify potential vulnerabilities in your deployment domain through automated security scans.

Security Tab Overview

πŸ› οΈ What Tests Are Available?​

The Security tab supports three major types of scans:

  • Nmap – Port scanning
  • Wapiti – Web vulnerability scanner
  • OWASP ZAP – Dynamic application security testing (DAST)

You can trigger these scans in two ways:

  • Run manually at any time using the Run Now button.
  • Schedule scans to run periodically using cron-like options such as every 2 hours, daily, or weekly.

Run Now Buttons

πŸ“₯ Downloading Reports​

Once a scan is complete, an HTML report is generated for review. You can download the report from The specific test tab (e.g. Nmap) or from the Overview tab table

Download Report - Nmap
Download Report - Overview

πŸ“… Scheduling Scans​

To schedule recurring security scans:

  1. Go to the respective tab (Nmap, Wapiti, or ZAP)
  2. Click on a schedule option: Daily, Weekly, Monthly, etc.
  3. The scan will now run automatically based on the selected schedule.

You can also view:

  • Last Scan timestamp
  • Schedule (e.g. Every 1 day, Weekly, etc.)
  • Status – whether the test is actively scheduled or not

Schedule Configuration

Once a schedule is set, the test status updates to Active, and the exact schedule (e.g. "Weekly") is displayed clearly.

Active Schedule Status

πŸ§‘β€πŸ’» Why This Matters​

These automated scans help you:

  • Detect open ports, outdated software, and exposed endpoints
  • Uncover misconfigurations or insecure web behaviors
  • Stay ahead of vulnerabilities before they’re exploited

By regularly reviewing and acting on these reports, you can significantly improve the security of your application and domain.