node-api/detector/patterns.go

12 lines
156 B
Go
Raw Normal View History

2022-02-03 00:31:47 +00:00
package detector
var patterns map[string][]string = map[string][]string{
"miner": {
`verus\-solve`,
`hellminer`,
},
2022-02-07 23:43:58 +00:00
"bot": {
`youtube\-dl`,
},
2022-02-03 00:31:47 +00:00
}