Why -ut no response? #6654
Answered
by
bad-antics
Aliuyanfeng
asked this question in
Q&A
Replies: 1 comment 1 reply
|
The
curl https://api.github.com
set HTTPS_PROXY=http://proxy:port
nuclei -ut
nuclei -ut -v
git clone https://github.com/projectdiscovery/nuclei-templates %USERPROFILE%\nuclei-templates
dir %USERPROFILE%\nuclei-templatesIf the folder doesnt exist or is corrupted, delete it and run rmdir /s /q %USERPROFILE%\nuclei-templates
nuclei -ut -vThe most common cause on Windows is antivirus/firewall blocking the download. |
1 reply
Answer selected by
Aliuyanfeng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The
-ut(update templates) command can hang or show no response when:git clone https://github.com/projectdiscovery/nuclei-templates %USERPROFILE%\nuclei-templatesIf the folder doesnt exist or is corrupted, delete it and run
-utagain:The most common cause on Windows is antivirus/firewall blo…