Last active
June 28, 2024 13:07
-
-
Save imran-parray/231dfa25681ed7653cb8e04961d74194 to your computer and use it in GitHub Desktop.
remove all info and low templates from Nuclei Temaplte Dir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find nuclei-templates -type f -name "*.yaml" -exec grep -q "severity: info" {} \; -exec rm {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment