Skip to content

Commit

Permalink
chore: Update platform support for browser-addons
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Jul 24, 2024
1 parent 7c753bc commit bb6bddc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion weapons/DotGit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
2 changes: 1 addition & 1 deletion weapons/Edit-This-Cookie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion weapons/Hack-Tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
2 changes: 1 addition & 1 deletion weapons/clear-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
2 changes: 1 addition & 1 deletion weapons/cookie-quick-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion weapons/eval_villain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion weapons/postMessage-tracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit bb6bddc

Please sign in to comment.