-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The JSON data still cut even we set (-cl) flag for char-limit in custom webhook #412
Comments
@ph-hitachi can't reproduce the issue. ✗ cat data.txt | wc -c
775170
try doing |
Hi,
Is there any chance to remove the character limitation? Like cl -1 ?
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Ramana Reddy ***@***.***>
Sent: Thursday, August 22, 2024 2:29:23 PM
To: projectdiscovery/notify ***@***.***>
Cc: Justin Lee ***@***.***>; Mention ***@***.***>
Subject: Re: [projectdiscovery/notify] The JSON data still cut even we set (-cl) flag for char-limit in custom webhook (Issue #412)
@ph-hitachi<https://github.com/ph-hitachi> can't reproduce the issue. your nuclei -t dast/vulnerabilities -dast -j -silent this jsonl output length might be > 500000 charecters. I tried sending > 700000 characters line and it's working fine.
✗ cat data.txt | wc -c
775170
$ notify -i data.txt -id webhook -cl 1000000 -proxy http://localhost:8080
Screenshot.2024-08-22.at.11.42.03.AM.png (view on web)<https://github.com/user-attachments/assets/0e748101-ba18-43d6-bd66-5fd3abe8caee>
try doing nuclei -t dast/vulnerabilities -dast -j -silent | wc -c
—
Reply to this email directly, view it on GitHub<#412 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AV5MC3GQDKZNEJV5YL7CV3TZSWAMHAVCNFSM6AAAAABMUJZP32VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBTHA4DGNJSHE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
Unfortunately, My goal is to immediately distribute the response example, each valid domain results will be distributed to job server to process immediately without waiting the full results (bulk) for faster results is this possible?
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Ramana Reddy ***@***.***>
Sent: Thursday, August 22, 2024 7:56:43 PM
To: projectdiscovery/notify ***@***.***>
Cc: Justin Lee ***@***.***>; Mention ***@***.***>
Subject: Re: [projectdiscovery/notify] The JSON data still cut even we set (-cl) flag for char-limit in custom webhook (Issue #412)
cl -1 doesn't remove character limit. you can use bulk option.
nuclei -t dast/vulnerabilities -dast -j -silent | notify -id webhook -cl 500000 -bulk
—
Reply to this email directly, view it on GitHub<#412 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AV5MC3HF7T77YNYIIMSW76TZSXGXXAVCNFSM6AAAAABMUJZP32VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBUGQ4DMNJXHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@ph-hitachi those limits are in place because of the providers limits, if we remove the limits but it's going to fail because those providers have limits in place and will reject the request when exceeded. |
Limits are good options and layers, we don't need to remove that options but can look forward for additional options to remove/disabled limits for custom providers?
We should have default limits and also options to set/configure for max and even disabled the character limits
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Sandeep Singh ***@***.***>
Sent: Thursday, August 22, 2024 11:24:27 PM
To: projectdiscovery/notify ***@***.***>
Cc: Justin Lee ***@***.***>; Mention ***@***.***>
Subject: Re: [projectdiscovery/notify] The JSON data still cut even we set (-cl) flag for char-limit in custom webhook (Issue #412)
@ph-hitachi<https://github.com/ph-hitachi> those limits are in place because of the providers limits, if we remove the limits but it's going to fail because those providers have limits in place and will reject the request when exceeded.
—
Reply to this email directly, view it on GitHub<#412 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AV5MC3EBT4FQQ2FOIOOWTE3ZSX7CXAVCNFSM6AAAAABMUJZP32VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBUHE4TOOBUGM>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
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:
Config:
Tasks
The text was updated successfully, but these errors were encountered: