From a6b38afa3acf52f93ea66e75122848d6f7cbee0d Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Mon, 25 Mar 2024 19:12:38 +0100 Subject: [PATCH] Format --- http/technologies/privatebin-detect.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/technologies/privatebin-detect.yaml b/http/technologies/privatebin-detect.yaml index 4c2314b162..f4e028f321 100644 --- a/http/technologies/privatebin-detect.yaml +++ b/http/technologies/privatebin-detect.yaml @@ -21,6 +21,7 @@ http: redirects: true max-redirects: 2 + matchers: - type: dsl dsl: @@ -33,4 +34,4 @@ http: part: body group: 1 regex: - - 'privatebin\.[a-z]{2,3}\?([0-9.]+)' \ No newline at end of file + - 'privatebin\.[a-z]{2,3}\?([0-9.]+)'