Replies: 3 comments 2 replies
-
Hey @secfb, Thanks for the suggestion, but this is out of scope for the project. Nuclei is designed to be a scanner, not a scan manager or scheduler. This kind of logic should be handled outside of Nuclei. For example, you can use a cron job or similar setup to control when scans run. Closing this issue since we don’t plan to add this feature to Nuclei. |
Beta Was this translation helpful? Give feedback.
-
I gave Acunetix just as an example. What I'm saying is actually something simple. When we start the scan, if the scan is not finished within working hours, I actually want it to pause itself. Then, when these working hours are over, I want it to continue where it left off. |
Beta Was this translation helpful? Give feedback.
-
You can achieve that by spawning the scan using something like a cron job as @ehsandeep mentioned, at a specific time, saving the process PID, and then terminating it at a defined hour. Then you can just pass the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your feature request
I generally use the Nuclei tool for SAST and DAST tests. I only sometimes want to automatically scan the scan tests outside of working hours. When I examine the features of the tool in general, it would be nice to have this feature. For example, when I start a scan and the scan is not finished, the scans should pause between 8:30-17:30 (during business hours). It should continue scanning outside these hours. In addition, it would be great if we could set a setting such as scanning on weekends (Saturday and Sunday).
The event I am talking about is actually exactly as follows. It would be great if we could create a scan time for scans.
https://www.acunetix.com/support/docs/wvs/configuring-excluded-hours/
Describe the use case of the feature
In this way, the nuclei scans will be performed at the specified time.
Describe alternatives you've considered
This time and day specification feature should be added to the config file.
Additional context
https://www.acunetix.com/support/docs/wvs/configuring-excluded-hours/
Beta Was this translation helpful? Give feedback.
All reactions