Skip to main content
The Runs page shows all your Mjolnir pentest assessments — past and present. Navigate to Pentests > Mjolnir > Runs in the sidebar to access it.

Starting a run

Click Run Assessment in the top-right corner to start a new Mjolnir run. You’ll be asked to confirm before the assessment begins.
A run cannot be paused once started. You can abort it, but the assessment will need to be restarted from the beginning.
Only one run can be active at a time. If a run is already in progress, the button will be disabled.

Run statuses

Each run has a status indicating where it is in its lifecycle:
StatusMeaning
QueuedThe run is waiting to be picked up
RunningThe assessment is actively in progress
CompletedThe run finished successfully
FailedThe run encountered an error and stopped
Timed outThe run exceeded the maximum allowed duration
CancelledThe run was manually aborted
Active runs display a LIVE badge in the run list.

Run list

Each run card in the list shows:
  • Target domain — the primary URL being assessed
  • Repository — the source code repository used
  • Started — when the run began
  • Duration — how long it ran (or a live timer if still active)
  • Findings — the number of findings discovered (once complete)
  • Cost — the security minutes consumed, in USD
Click any run to view its details. If a report has been generated, a Download button appears to export the PDF.

Run detail

The detail page has three tabs:

Overview

The overview shows the phase stepper — a visual timeline of where the assessment is in its pipeline:
  1. Analysis — initial analysis and pre-reconnaissance
  2. Recon — crawling your application and cross-referencing with source code
  3. Planning — generating targeted test cases based on the attack surface
  4. Attack — executing test cases against your targets
  5. Report — compiling confirmed findings into a report
Below the phase stepper is a live event feed that streams events as they happen during an active run. Events include reconnaissance discoveries, test case execution, and finding confirmations.

Findings

Once a run produces findings, they appear in this tab with the same filtering and detail panel as the main Findings page. You can filter by status, view full finding details, update statuses, and export results. During an active run, this tab shows live finding cards as vulnerabilities are discovered in real time.

Raw Log

A full technical log of every event in the run, displayed in a monospace format with timestamps, log levels, phases, and messages. Use the Copy button to copy the entire log.

Aborting a run

While a run is in the Running state, click the Abort button in the run detail header. The run will be cancelled and marked accordingly. You can start a new run afterwards.

Run summary

When a run completes, a summary bar appears showing:
  • Duration — total time taken
  • Total findings — the number of vulnerabilities discovered
  • Severity breakdown — counts for Critical, High, Medium, and Low
  • Cost — the security minutes consumed, in USD

Downloading reports

If a report was generated for a completed run, click Download Report in the run detail header to export a PDF containing all findings, reproduction steps, and remediation guidance.

Mjolnir overview

Learn how Mjolnir works and what it tests for