Get Site
Get details of a site using its corresponding site ID.
External Documentation
To learn more, visit the PortSwigger documentation.
Parameters
Parameter | Description |
---|---|
Site ID | The ID of the site to get information for. Can be retrieved from the 'List Sites' action. |
Example Output
{
"data": {
"site": {
"id": "20",
"name": null,
"parent_id": "0",
"ephemeral": false,
"scope_v2": {
"start_urls": [],
"in_scope_url_prefixes": [],
"out_of_scope_url_prefixes": [],
"protocol_options": null
},
"scan_configurations": [],
"extensions": [],
"application_logins": {
"login_credentials": [],
"recorded_logins": []
},
"email_recipients": [],
"agent_pool": {
"id": null,
"name": null,
"agents": []
},
"slack_channels": [],
"settings": {
"request_headers": [],
"request_cookies": []
}
}
}
}
Workflow Library Example
Get Site with Portswigger and Send Results Via Email
Preview this Workflow on desktop