From bb6bddc1c55275497500b947340fa9beef8cbf00 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Wed, 24 Jul 2024 23:26:12 +0900 Subject: [PATCH] chore: Update platform support for browser-addons --- weapons/DotGit.yaml | 2 +- weapons/Edit-This-Cookie.yaml | 2 +- weapons/Hack-Tools.yaml | 2 +- weapons/clear-cache.yaml | 2 +- weapons/cookie-quick-manager.yaml | 2 +- weapons/eval_villain.yaml | 2 +- weapons/postMessage-tracker.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/weapons/DotGit.yaml b/weapons/DotGit.yaml index f9231cc..5292c6a 100644 --- a/weapons/DotGit.yaml +++ b/weapons/DotGit.yaml @@ -4,6 +4,6 @@ description: An extension for checking if .git is exposed in visited websites url: https://github.com/davtur19/DotGit category: browser-addon type: Recon -platform: [linux, macos, windows] +platform: [linux, macos, windows, firefox, chrome] lang: JavaScript tags: [] diff --git a/weapons/Edit-This-Cookie.yaml b/weapons/Edit-This-Cookie.yaml index 09a856d..423cf7c 100644 --- a/weapons/Edit-This-Cookie.yaml +++ b/weapons/Edit-This-Cookie.yaml @@ -5,6 +5,6 @@ description: EditThisCookie is the famous Google Chrome/Chromium extension for e url: https://github.com/ETCExtensions/Edit-This-Cookie category: browser-addon type: Utils -platform: [linux, macos, windows] +platform: [linux, macos, windows, chrome] lang: JavaScript tags: [cookie] diff --git a/weapons/Hack-Tools.yaml b/weapons/Hack-Tools.yaml index 93992c7..468357e 100644 --- a/weapons/Hack-Tools.yaml +++ b/weapons/Hack-Tools.yaml @@ -4,6 +4,6 @@ description: The all-in-one Red Team extension for Web Pentester 🛠 url: https://github.com/LasCC/Hack-Tools category: browser-addon type: Utils -platform: [linux, macos, windows] +platform: [linux, macos, windows, firefox, chrome, safari] lang: TypeScript tags: [] diff --git a/weapons/clear-cache.yaml b/weapons/clear-cache.yaml index fe4ab83..e384fd5 100644 --- a/weapons/clear-cache.yaml +++ b/weapons/clear-cache.yaml @@ -4,6 +4,6 @@ description: Add-on to clear browser cache with a single click or via the F9 key url: https://github.com/TenSoja/clear-cache category: browser-addon type: Utils -platform: [linux, macos, windows] +platform: [linux, macos, windows, firefox, chrome] lang: JavaScript tags: [] diff --git a/weapons/cookie-quick-manager.yaml b/weapons/cookie-quick-manager.yaml index 49807e4..5861b01 100644 --- a/weapons/cookie-quick-manager.yaml +++ b/weapons/cookie-quick-manager.yaml @@ -5,6 +5,6 @@ description: An addon to manage (view, search, create, edit, remove, backup, res url: https://github.com/ysard/cookie-quick-manager category: browser-addon type: Utils -platform: [linux, macos, windows] +platform: [linux, macos, windows, firefox] lang: JavaScript tags: [cookie] diff --git a/weapons/eval_villain.yaml b/weapons/eval_villain.yaml index f90f40e..92f96fe 100644 --- a/weapons/eval_villain.yaml +++ b/weapons/eval_villain.yaml @@ -4,6 +4,6 @@ description: A Firefox Web Extension to improve the discovery of DOM XSS. url: https://github.com/swoops/eval_villain category: browser-addon type: Utils -platform: [linux, macos, windows] +platform: [linux, macos, windows, firefox, zap] lang: JavaScript tags: [xss] diff --git a/weapons/postMessage-tracker.yaml b/weapons/postMessage-tracker.yaml index ac2212a..4245404 100644 --- a/weapons/postMessage-tracker.yaml +++ b/weapons/postMessage-tracker.yaml @@ -5,6 +5,6 @@ description: A Chrome Extension to track postMessage usage (url, domain and stac url: https://github.com/fransr/postMessage-tracker category: browser-addon type: Utils -platform: [linux, macos, windows] +platform: [linux, macos, windows, chrome] lang: JavaScript tags: [js-analysis]