-
Hello everyone! I just want to ask to see if its possible or not.. I'm made a python script to run nuclei, then i'm trying to schedule this python script so it can be executed every hour with crontab and realize that it doesn't work.. Saw that crontab executes all the code except the one for nuclei.. Any ideas if this is possible or maybe i'm missing a single step configuring cron? |
Beta Was this translation helpful? Give feedback.
Answered by
ehsandeep
Oct 21, 2021
Replies: 1 comment
-
@PabloBree as cron is a system-level utility, nuclei should not affect it, make sure to debug the execution to see what actually causing the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
forgedhallpass
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@PabloBree as cron is a system-level utility, nuclei should not affect it, make sure to debug the execution to see what actually causing the issue.