Missing .nuclei-ignore file #1835
-
| 
         
 My templates are up to date. but i am facing this problem. How can I fix?  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
| 
         Hello @dotfy, I wonder if you've managed to figure out what the issue was. Normally nuclei updates that file automatically. At this point in time nuclei looks for the  If you execute nuclei with both normal user and administrative privileges, with the default configuration, it will create the configuration directory for both users. (Please note that nuclei doesn't require administrative privileges) You can try to remove the configuration directory altogether and re-try the execution. Alternatively, you can also try manually download it from here and placing it under one of the above mentioned locations, but make sure to provide the right permissions.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         how to solve this issue in docker installation method  | 
  
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Hello @dotfy,
I wonder if you've managed to figure out what the issue was. Normally nuclei updates that file automatically.
At this point in time nuclei looks for the
.nuclei-ignorefile under the configuration folder, which by default is under$HOME/.config/nuclei/, or under the user provided custom directory, in case it has been overwritten using the-configflag. If it cannot find it under any of those folders, it will check within the current working directory.If you execute nuclei with both normal user and administrative privileges, with the default configuration, it will create the configuration directory for both users. (Please note that nuclei doesn't require administrative privi…