OWASP / Nettacker

Automated Penetration Testing Framework - Open-Source Vulnerability Scanner - Vulnerability Management
https://owasp.org/www-project-nettacker/
Apache License 2.0
3.32k stars 744 forks source link

multi threading issue #595

Open Ali-Razmjoo opened 1 year ago

Ali-Razmjoo commented 1 year ago

Hi,

  1. There is an issue with the queues. When a request is dependent on another request, all queued requests will constantly check for the same variable in the temp events of the database. So we need to generate those requests after the variable is available and stop consuming the CPU.
  2. if threads of one subprocess are finished, the subprocess will die. Maybe it's better to let the subprocesses help other subprocesses with their threads.

Thanks, Ali.

pptx704 commented 5 months ago

For the 1st case, what are you referring by abidrequest? I searched the codebase but could not find a similar word.

Ali-Razmjoo commented 5 months ago

on another request*