Create New Scan

POST https://api.helium.sh/workspaces/:id_workspace/immediately
Run Scan immediately
Run a vulnerability scan immediately and get the results once the scanning process is complete.

Parameters

Path
id_workspace integer Enter your workspace ID
Body
tool_name string Name of the tool to be used, you can see available tools on tools page of helium docs
target string Write the target url, example: http://testphp.vulnweb.com
scan_option string Write the option to scan, you can use standard or custom_args
args string Write your custom argument if the scan option you choose is custom_args
project_name string Write where you want to put the scan history

Responses

Try it!