nuclei
nuclei copied to clipboard
[BUG] -eh options makes nuclei stuck
Is there an existing issue for this?
- [X] I have searched the existing issues.
Current Behavior
-eh options breaks whole scan, nuclei doesn't start with ip/host/cidr excluded
Expected Behavior
-eh options should work ok
Steps To Reproduce
Run nuclei with the following options:
nuclei -duc -t path/to/template -fr -eh 10.0.0.0/8,192.168.0.0/16,127.0.0.1 -l hostlist -o /tmp/cheking.nuclei -jsonl -v
Try any other exclusions
Relevant log output
Only output is nuclei logo and it stuck at this point
Environment
- OS: debian bullseye/sid
- Nuclei: 3.3.1
- Go: 1.22.2 linux/amd64
Anything else?
No response