From 433dc0e2d70d10a0fe8b78d27259660ae06b7514 Mon Sep 17 00:00:00 2001 From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 26 May 2023 09:44:52 +0000 Subject: [PATCH] [Minor] Move HAS_ONION_URI from "experimental" to "url" group --- rules/regexp/misc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/regexp/misc.lua b/rules/regexp/misc.lua index 66ba34996..4caa5da42 100644 --- a/rules/regexp/misc.lua +++ b/rules/regexp/misc.lua @@ -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}]] -- 2.39.5