nuclei-templates
nuclei-templates copied to clipboard
CVE-2024-1728 regex problem
It gives incorrect results because more than one regex is used.
regex:
- "root:.*:0:0:"
- "\\[(font|extension|file)s\\]"
Naturally, this part causes us to get wrong results. "\\[(font|extension|file)s\\]"