From f1394d039d0bdd9b3ae6f207be01b52ec0014227 Mon Sep 17 00:00:00 2001 From: hahwul Date: Mon, 14 Nov 2022 21:01:02 +0900 Subject: [PATCH] Add cache-vuln tag --- weapons/Web-Cache-Vulnerability-Scanner.yaml | 3 ++- weapons/param-miner.yaml | 1 + weapons/web_cache_poison.yaml | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/weapons/Web-Cache-Vulnerability-Scanner.yaml b/weapons/Web-Cache-Vulnerability-Scanner.yaml index d5d3b43..6c66e0f 100644 --- a/weapons/Web-Cache-Vulnerability-Scanner.yaml +++ b/weapons/Web-Cache-Vulnerability-Scanner.yaml @@ -10,4 +10,5 @@ platform: - macos - windows lang: Go -tags: [] +tags: +- cache-vuln diff --git a/weapons/param-miner.yaml b/weapons/param-miner.yaml index 9175dbe..0ed0609 100644 --- a/weapons/param-miner.yaml +++ b/weapons/param-miner.yaml @@ -12,3 +12,4 @@ platform: lang: Java tags: - param +- cache-vuln \ No newline at end of file diff --git a/weapons/web_cache_poison.yaml b/weapons/web_cache_poison.yaml index d26e98c..4af67ef 100644 --- a/weapons/web_cache_poison.yaml +++ b/weapons/web_cache_poison.yaml @@ -9,4 +9,5 @@ platform: - macos - windows lang: Shell -tags: [] +tags: +- cache-vuln