Progress Event

Emitted during scan execution. No guaranteed ordering or count of progress events.

event: progress
id: 1775848022966-0
data: {"percent": 10, "current_task": "Initialize ChromeDriver and load the target url"}
event: progress
id: 1775848025913-0
data: {"percent": 40, "current_task": "Fetch IP, server, DNS, SSL, domain,... and phishing/scam analysis data"}
event: progress
id: 1775848027432-0
data: {"percent": 55, "current_task": "Threat intelligence lookup"}
event: progress
id: 1775848028596-0
data: {"percent": 70, "current_task": "Capture html, screenshot and perform AI-powered phishing and scam analysis"}
event: progress
id: 1775848047907-0
data: {"percent": 100, "current_task": "Generate final results"}

Payload:

Field

Type

Description

percent

integer

Progress percentage (0–100)

current_task

string

Human-readable description of current step

Last updated