Skip to content

Commit

Permalink
Merge pull request #4495 from twesterhever/temp-onoin-url
Browse files Browse the repository at this point in the history
[Minor] Move HAS_ONION_URI from "experimental" to "url" group
  • Loading branch information
vstakhov committed Jun 4, 2023
2 parents 4cfad17 + 433dc0e commit cbe316d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/regexp/misc.lua
Expand Up @@ -58,7 +58,7 @@ reconf['HAS_ONION_URI'] = {
re = string.format('(%s | %s)', onion_uri_v2, onion_uri_v3),
description = 'Contains .onion hidden service URI',
score = 0.0,
group = 'experimental'
group = 'url'
}

local my_victim = [[/(?:victim|prey)/{words}]]
Expand Down

0 comments on commit cbe316d

Please sign in to comment.