addedInput schema / properties / identifier / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / identifier / default
Added value: +null
removedInput schema / properties / identifier / description
Removed value: -"Custom identifier to include in payload (e.g., 'param1', 'header-injection')"
addedInput schema / properties / identifier / title
Added value: +"Identifier"
removedInput schema / properties / identifier / type
Removed value: -"string"
removedInput schema / properties / include_dns / description
Removed value: -"Include DNS-based payload for blind SSRF detection (default: true)"
addedInput schema / properties / include_dns / title
Added value: +"Include Dns"
removedInput schema / properties / include_ip / description
Removed value: -"Include IP-based payloads to bypass domain filters (default: true)"
addedInput schema / properties / include_ip / title
Added value: +"Include Ip"
changedInput schema / properties / webhook_token / description
Previous value: -"The webhook token (UUID) from webhook.site"New value: +"Webhook UUID returned by create_webhook"
addedInput schema / properties / webhook_token / title
Added value: +"Webhook Token"
addedInput schema / title
Added value: +"generate_ssrf_payloadArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "title": "generate_ssrf_payloadDictOutput",
+ "type": "object"
+}