Skip to content

Commit

Permalink
[Minor] Move HAS_ONION_URI from "experimental" to "url" group
Browse files Browse the repository at this point in the history
  • Loading branch information
twesterhever committed May 26, 2023
1 parent 7a0fce6 commit 433dc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/regexp/misc.lua
Original file line number Diff line number Diff line change
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 433dc0e

Please sign in to comment.