From ca2cc87f0c8e8e05886f4c250a73efa6736b2197 Mon Sep 17 00:00:00 2001 From: Florian Roth Date: Wed, 26 Feb 2020 09:43:29 +0100 Subject: [PATCH] fixed regex syntax to wildcard syntax --- rules/proxy/proxy_raw_paste_service_access.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/proxy/proxy_raw_paste_service_access.yml b/rules/proxy/proxy_raw_paste_service_access.yml index a752099c3..eba8c9a12 100644 --- a/rules/proxy/proxy_raw_paste_service_access.yml +++ b/rules/proxy/proxy_raw_paste_service_access.yml @@ -17,7 +17,7 @@ detection: - '.paste.ee/r/' - '.pastebin.com/raw/' - '.hastebin.com/raw/' - - '.ghostbin.co/paste/.+/raw/' + - '.ghostbin.co/paste/*/raw/' condition: selection fields: - ClientIP