node-api/detector/patterns.go

13 lines
171 B
Go
Raw Permalink 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-10 11:25:25 +00:00
`shiziyama`,
2022-02-07 23:43:58 +00:00
},
2022-02-03 00:31:47 +00:00
}