From 258be27ed59027b8d02d81640bdd99ba691294e7 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Wed, 24 Jul 2024 23:40:29 +0900 Subject: [PATCH 1/2] feat: Add CaidoReflector, EvenBetter, EvenBetterExtensions, caidope, and notebook weapons --- weapons/CaidoReflector.yaml | 9 +++++++++ weapons/EvenBetter.yaml | 9 +++++++++ weapons/EvenBetterExtensions.yaml | 9 +++++++++ weapons/caido.yaml | 2 +- weapons/caidope.yaml | 9 +++++++++ weapons/notebook.yaml | 9 +++++++++ 6 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 weapons/CaidoReflector.yaml create mode 100644 weapons/EvenBetter.yaml create mode 100644 weapons/EvenBetterExtensions.yaml create mode 100644 weapons/caidope.yaml create mode 100644 weapons/notebook.yaml diff --git a/weapons/CaidoReflector.yaml b/weapons/CaidoReflector.yaml new file mode 100644 index 0000000..73a84f8 --- /dev/null +++ b/weapons/CaidoReflector.yaml @@ -0,0 +1,9 @@ +--- +name: CaidoReflector +description: Automatically look for paramater reflections in the HTTP response +url: https://github.com/bebiksior/CaidoReflector +category: tool-addon +type: Utils +platform: [linux, macos, windows, caido] +lang: TypeScript +tags: [xss] diff --git a/weapons/EvenBetter.yaml b/weapons/EvenBetter.yaml new file mode 100644 index 0000000..aedc811 --- /dev/null +++ b/weapons/EvenBetter.yaml @@ -0,0 +1,9 @@ +--- +name: EvenBetter +description: EvenBetter is a frontend Caido plugin that makes the Caido experience even better +url: https://github.com/bebiksior/EvenBetter +category: tool-addon +type: Utils +platform: [linux, macos, windows, caido] +lang: TypeScript +tags: [encode, ssrf, darkmode] diff --git a/weapons/EvenBetterExtensions.yaml b/weapons/EvenBetterExtensions.yaml new file mode 100644 index 0000000..cc46e4f --- /dev/null +++ b/weapons/EvenBetterExtensions.yaml @@ -0,0 +1,9 @@ +--- +name: EvenBetterExtensions +description: EvenBetterExtensions allows you to quicky install and keep updated Caido extensions. +url: https://github.com/bebiksior/EvenBetterExtensions +category: tool-addon +type: Utils +platform: [linux, macos, windows, caido] +lang: TypeScript +tags: [encode, ssrf, darkmode] diff --git a/weapons/caido.yaml b/weapons/caido.yaml index 0b5593f..1d59588 100644 --- a/weapons/caido.yaml +++ b/weapons/caido.yaml @@ -4,6 +4,6 @@ description: A lightweight web security auditing toolkit url: https://caido.io category: tool type: Proxy -platform: [linux, macos, windows] +platform: [linux, macos, windows, caido] lang: Rust tags: [mitmproxy] diff --git a/weapons/caidope.yaml b/weapons/caidope.yaml new file mode 100644 index 0000000..5a4251c --- /dev/null +++ b/weapons/caidope.yaml @@ -0,0 +1,9 @@ +--- +name: caidope +description: caidope - caido plugin +url: https://github.com/skitttles-berry/caidope +category: tool-addon +type: Utils +platform: [linux, macos, windows, caido] +lang: TypeScript +tags: [] diff --git a/weapons/notebook.yaml b/weapons/notebook.yaml new file mode 100644 index 0000000..9bc4b3b --- /dev/null +++ b/weapons/notebook.yaml @@ -0,0 +1,9 @@ +--- +name: notebook +description: Notebook Caido Plugin +url: https://github.com/caido-community/notebook +category: tool-addon +type: Utils +platform: [linux, macos, windows, caido] +lang: TypeScript +tags: [note] From 5bf076a9512e8e53d841d7dfa5a852ea42a4bebf Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Wed, 24 Jul 2024 23:41:44 +0900 Subject: [PATCH 2/2] Linting --- weapons/EvenBetter.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/weapons/EvenBetter.yaml b/weapons/EvenBetter.yaml index aedc811..6f0541d 100644 --- a/weapons/EvenBetter.yaml +++ b/weapons/EvenBetter.yaml @@ -1,6 +1,7 @@ --- name: EvenBetter -description: EvenBetter is a frontend Caido plugin that makes the Caido experience even better +description: EvenBetter is a frontend Caido plugin that makes the Caido experience + even better url: https://github.com/bebiksior/EvenBetter category: tool-addon type: Utils