Nuclei having issues with multiple sessions #1544
-
Nuclei version:2.5.8 Current Behavior:When running Nuclei across multiple processes (i.e. via screen instances on Linux) and launching Nuclei with the -rdb , it will refuse to launch until the other session has ended, stating:
Expected Behavior:Nuclei should launch as normal, reporting into the report database. Steps To Reproduce:Open a new screen session on Linux, and kickoff a Nuclei scan using the -rdb flag. Anything else:This is likely because the process is locking the directory whilst the scan is in progress, so the other process running Nuclei is unable to access it. A solution might be to launch a separate process for interacting with the report database, have that process lock the directory, and have Nuclei route all requests to the report database through that process instead. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@imnightmaree could you confirm if you able to reproduce this issuewith unique |
Beta Was this translation helpful? Give feedback.
-
i get this issue even using the -rdb flag when running as root, works fine when running as non root user in kali. |
Beta Was this translation helpful? Give feedback.
@imnightmaree could you confirm if you able to reproduce this issuewith unique
-rdb
directory for each scan as expected?