mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-10-01 01:25:58 -04:00
Merge pull request #124 from hahwul/add-caido-plugins
feat: Add CaidoReflector, EvenBetter, EvenBetterExtensions, caidope, and notebook weapons
This commit is contained in:
commit
c53c608159
9
weapons/CaidoReflector.yaml
Normal file
9
weapons/CaidoReflector.yaml
Normal file
@ -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]
|
10
weapons/EvenBetter.yaml
Normal file
10
weapons/EvenBetter.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
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]
|
9
weapons/EvenBetterExtensions.yaml
Normal file
9
weapons/EvenBetterExtensions.yaml
Normal file
@ -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]
|
@ -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]
|
||||
|
9
weapons/caidope.yaml
Normal file
9
weapons/caidope.yaml
Normal file
@ -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: []
|
9
weapons/notebook.yaml
Normal file
9
weapons/notebook.yaml
Normal file
@ -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]
|
Loading…
Reference in New Issue
Block a user