Skip to content
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

[FEATURE] Ability to Modify ResponseReadSize in Nuclei SDK #5895

Open
nascyimento opened this issue Dec 9, 2024 · 3 comments
Open

[FEATURE] Ability to Modify ResponseReadSize in Nuclei SDK #5895

nascyimento opened this issue Dec 9, 2024 · 3 comments
Labels
Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@nascyimento
Copy link

Describe your feature request

I am currently using the Nuclei SDK v3 for a project and noticed that the property ResponseReadSize is not configurable when initializing the SDK. This limitation prevents me from customizing how much of the response body is read when processing HTTP responses. In some cases, controlling this value is essential to optimize memory usage and performance, especially when working with large response bodies.

Requested Feature: I would like to request the ability to modify the ResponseReadSize property when initializing the Nuclei SDK. This would allow users to set a custom value for the maximum size of the response body that the SDK reads.

Thank you for considering this feature request! I look forward to any updates or guidance you might provide regarding this.

Best regards,
nascyimento

Describe the use case of the feature

Use Case:

Customizing the size of the response body read helps manage memory usage more effectively.

Describe alternatives you've considered

Possible Solution: Add a parameter in the SDK initialization options that allows setting the ResponseReadSize value, or provide a function that can be called to modify it after initialization.

Additional context

No response

@nascyimento nascyimento added the Type: Enhancement Most issues will probably ask for additions or changes. label Dec 9, 2024
@IeonardoDuarte
Copy link

This would be a great thing, I have the same issue and this would save some headaches when dealing with larger response body

@JoubertNatividade
Copy link

Great suggestion. I had a similar problem. I haven't been able to solve it yet.

@GeorginaReeder
Copy link

Thanks for your feature request @nascyimento , we'll take a look into it! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

No branches or pull requests

4 participants