From 6da306c70017da608e782df648cc1026be9e41c8 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Sat, 9 Mar 2024 00:06:58 +0900 Subject: [PATCH] Add attack-surface tag to detector YAML files --- weapons/attack-surface-detector-burp.yaml | 2 +- weapons/attack-surface-detector-zap.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/weapons/attack-surface-detector-burp.yaml b/weapons/attack-surface-detector-burp.yaml index 04d9b01..49a981c 100644 --- a/weapons/attack-surface-detector-burp.yaml +++ b/weapons/attack-surface-detector-burp.yaml @@ -7,4 +7,4 @@ category: tool-addon type: Recon platform: [linux, macos, windows, burpsuite] lang: Java -tags: [endpoint, url] +tags: [endpoint, url, attack-surface] diff --git a/weapons/attack-surface-detector-zap.yaml b/weapons/attack-surface-detector-zap.yaml index 46006a9..c4d9747 100644 --- a/weapons/attack-surface-detector-zap.yaml +++ b/weapons/attack-surface-detector-zap.yaml @@ -7,4 +7,4 @@ category: tool-addon type: Recon platform: [linux, macos, windows, zap] lang: Java -tags: [endpoint, url] +tags: [endpoint, url, attack-surface]