The fcli dast-scan command tree is meant for preparing, running, and managing DAST scans. This includes functionality like waiting for scan completion, checking scan status, acting on scan results, ...
Currently some of this functionality is in the fcli get tree, which is meant to get arbitrary data independent of what scans are currently running (although the 'get' tree could have commands for listing all scans including scan status, it's not meant to wait for scan completion and such),
The
fcli dast-scan
command tree is meant for preparing, running, and managing DAST scans. This includes functionality like waiting for scan completion, checking scan status, acting on scan results, ...Currently some of this functionality is in the
fcli get
tree, which is meant to get arbitrary data independent of what scans are currently running (although the 'get' tree could have commands for listing all scans including scan status, it's not meant to wait for scan completion and such),