Skip to content

Instantly share code, notes, and snippets.

@imran-parray
Last active June 28, 2024 13:07
Show Gist options
  • Save imran-parray/231dfa25681ed7653cb8e04961d74194 to your computer and use it in GitHub Desktop.
Save imran-parray/231dfa25681ed7653cb8e04961d74194 to your computer and use it in GitHub Desktop.
remove all info and low templates from Nuclei Temaplte Dir
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