notify icon indicating copy to clipboard operation
notify copied to clipboard

The JSON data still cut even we set (-cl) flag for char-limit in custom webhook

Open ph-hitachi opened this issue 6 months ago • 6 comments

Notify version:

1.0.6

Current Behavior:

even we set the char-limit the json output still cut on custom webhook

Expected Behavior:

the full json output will be sent to webhook

Steps To Reproduce:

nuclei -t dast/vulnerabilities -dast -j -silent | notify -id webhook -cl 500000

Anything else:

image

Config:

custom:
  - id: webhook
    custom_webhook_url: http://7iqcjx7fpxndjc1lztepvuvj6ac10rog.oastify.com/
    custom_method: GET
    custom_format: '{"text":{{data}} }'
    custom_headers:
      Content-Type: application/json
      X-Api-Key: XXXXX
### Tasks

ph-hitachi avatar Aug 16 '24 15:08 ph-hitachi