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

Add -payload-concurrency or -pc variable to control concurrency of payloads in a template #4871

Closed
tarunKoyalwar opened this issue Mar 12, 2024 · 0 comments · Fixed by #4868
Assignees
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Milestone

Comments

@tarunKoyalwar
Copy link
Member

Please describe your feature request:

  • in recent version of nuclei , the implicit value of threads is equal to -concurrency , while this speeds up execution , may break existing automations due to unprectiable number of goroutines ( since concurrency controls now controlled both template concurrency and concurrency of each payload in that template )
  • Solution is to seperate use a different value for threads (aka payload concurrency) to allow proper tuning as per needs
@tarunKoyalwar tarunKoyalwar added the Type: Enhancement Most issues will probably ask for additions or changes. label Mar 12, 2024
@tarunKoyalwar tarunKoyalwar self-assigned this Mar 12, 2024
@ehsandeep ehsandeep added this to the nuclei v3.2.0 milestone Mar 13, 2024
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

Successfully merging a pull request may close this issue.

2 participants