Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.marshell.dev/llms.txt

Use this file to discover all available pages before exploring further.

A finding is one issue surfaced by one tool. Findings live on two pages:
  • Scan page — split into Known vulnerabilities (CVEs) and Other findings.
  • Findings page — every finding from every scan in your org, in one searchable feed.

Fields

FieldNotes
Severitycritical / high / medium / low / info
TitleShort description, e.g. Reflected XSS in q parameter.
ToolWhich scanner found it (nuclei, sqlmap, passive, …).
Typesqli, xss, cve, misconfig, cms-vuln, exposure, scan-limitation.
TargetDomain and path where it reproduces.
EvidenceRaw tool output proving the issue.
Statusopen / fixed / dismissed / accepted.
scan-limitation is not a vulnerability — it flags that the scanner saw a challenge page instead of your site. See Firewall bypass.

Filtering

On the Findings page:
  • Click the Critical / High / Medium / Low chips to filter by severity. Click again to clear.
  • The search box matches title, target, scan ID, and tool name.
  • The list updates in real time as new scans complete.

Detail panel

Click a row to open the panel:
  • Activity — history and status changes.
  • Evidence — raw request/response or payload from the tool.
  • Steps — numbered reproduction steps when the tool provides them.
  • Notes — internal comments.
  • Right column: severity, status, CVSS, CVE/CWE, tool, target, description, recommendation.

Statuses

StatusUse it when
openNew, being worked on.
fixedPatched in code or config.
dismissedFalse positive.
acceptedKnown risk you’ve chosen not to fix.
Status is keyed to the finding’s signature (tool + type + target + title). If the same issue reappears in a later scan, your status carries over.