cURL
curl --request PUT \ --url https://yourdomain.com/update_phished_status \ --header 'Content-Type: application/json' \ --cookie admin_cookie= \ --data ' { "address": "<string>", "campaign": "<string>", "phished": 123 } '
{ "address": "<string>", "campaign": "<string>", "phished": 123 }
Reset or set phished status for a target
Admin cookie authentication (configurable in config.json)
Target email address
Campaign name
Phished status (0 or 1)
Status updated successfully