From 139ccdbf3bfdd76ed56efef5c5bc8dbcd2e4ad20 Mon Sep 17 00:00:00 2001 From: hahwul Date: Mon, 31 Oct 2022 22:53:08 +0900 Subject: [PATCH] Add documents tag --- weapons/Assetnote_Wordlists.yaml | 1 + weapons/SecLists.yaml | 3 ++- weapons/weaponised-XSS-payloads.yaml | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/weapons/Assetnote_Wordlists.yaml b/weapons/Assetnote_Wordlists.yaml index cc92dca..7d7103a 100644 --- a/weapons/Assetnote_Wordlists.yaml +++ b/weapons/Assetnote_Wordlists.yaml @@ -11,3 +11,4 @@ platform: lang: CSS tags: - wordlist +- documents \ No newline at end of file diff --git a/weapons/SecLists.yaml b/weapons/SecLists.yaml index cd619d1..effadd7 100644 --- a/weapons/SecLists.yaml +++ b/weapons/SecLists.yaml @@ -13,4 +13,5 @@ platform: - windows lang: PHP tags: -- wordlist \ No newline at end of file +- wordlist +- documents \ No newline at end of file diff --git a/weapons/weaponised-XSS-payloads.yaml b/weapons/weaponised-XSS-payloads.yaml index de563b3..5cb72ee 100644 --- a/weapons/weaponised-XSS-payloads.yaml +++ b/weapons/weaponised-XSS-payloads.yaml @@ -9,4 +9,6 @@ platform: - macos - windows lang: JavaScript -tags: [] +tags: +- xss +- documents \ No newline at end of file