Update pattern

This commit is contained in:
Dustin Decker 2022-03-16 09:07:33 -07:00
parent 4b64f9a377
commit db8077a069

View file

@ -23,7 +23,7 @@ var (
client = common.SaneHttpClient()
//Make sure that your group is surrounded in boundry characters such as below to reduce false positives
keyPat = regexp.MustCompile(detectors.PrefixRegex([]string{"virustotal"}) + `\b([a-z0-9]{64})\b`)
keyPat = regexp.MustCompile(detectors.PrefixRegex([]string{"virustotal"}) + `\b([a-f0-9]{64})\b`)
)
// Keywords are used for efficiently pre-filtering chunks.