-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin_packages.json
92 lines (92 loc) · 2.84 KB
/
plugin_packages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[
{
"id": "authmatrix",
"name": "AuthMatrix",
"license": "CC0-1.0",
"description": "Grid-based authorization testing across multiple users and roles.",
"author": {
"name": "Caido Labs Inc.",
"email": "[email protected]",
"url": "https://caido.io"
},
"public_key": "MCowBQYDK2VwAyEA+du2fw/I+CV6MKEpu0aJ1ki2+MO2V0SnaRB91+GbHwQ=",
"repository": "caido-community/authmatrix"
},
{
"id": "bypasser",
"name":"403Bypasser",
"license": "CC0-1.0",
"description": "Bypass a 403 page with a set of templates",
"author": {
"name": "bebiks",
"email": "[email protected]",
"url": "http://x.com/bebiksior"
},
"public_key":"MCowBQYDK2VwAyEA7hd15kPWlDAzJmMXXFRbVDD83T+0AWVk6OlgLwAgwFQ=",
"repository": "bebiksior/Caido403Bypasser"
},
{
"id": "evenbetter",
"name":"EvenBetter",
"license": "CC0-1.0",
"description": "Collection of tweaks and improvements for Caido",
"author": {
"name": "bebiks",
"email": "[email protected]",
"url": "http://x.com/bebiksior"
},
"public_key":"MCowBQYDK2VwAyEA2/J0S50jHKkeUah5eULQEK8eNcaJ1hCd62NLAO5MIWI=",
"repository": "bebiksior/EvenBetter"
},
{
"id": "caido-themes",
"name":"Caido Themes",
"license": "CC0-1.0",
"description": "A plugin for managing and customizing themes in Caido",
"author": {
"name": "bebiks",
"email": "[email protected]",
"url": "http://x.com/bebiksior"
},
"public_key":"MCowBQYDK2VwAyEA2/J0S50jHKkeUah5eULQEK8eNcaJ1hCd62NLAO5MIWI=",
"repository": "bebiksior/CaidoThemes"
},
{
"id": "cursor-pen",
"name": "Screen Drawing",
"license": "MIT",
"description": "A plugin that turns the cursor into a drawing pen",
"author": {
"name": "Tur24Tur / BugBountyZip",
"email": "[email protected]",
"url": "https://github.com/BugBountyzip"
},
"public_key": "MCowBQYDK2VwAyEA+kw/aGY+CpXIbOD6pjtwugdRbc59+yp7Ep/7ENr2xXc=",
"repository": "BugBountyzip/CaidoDrawing"
},
{
"id": "pwnfox",
"name": "PwnFox",
"license": "MIT",
"description": "Integration with the PwnFox browser extension",
"author": {
"name": "SyzikSecu",
"email": "[email protected]",
"url": "https://caido.io"
},
"public_key": "MCowBQYDK2VwAyEAem6BUDCmUq6mYywI8qPIy59tLVwdA4mtANoR721TwN0=",
"repository": "caido-community/pwnfox"
},{
"id": "csrf-generator",
"name": "CSRF PoC Generator",
"license": "GPL-3.0",
"description": "Generate CSRF Proof of Concept payloads from requests",
"author": {
"name": "Tur24Tur / BugBountyZip",
"email": "[email protected]",
"url": "https://github.com/BugBountyzip"
},
"public_key": "MCowBQYDK2VwAyEAWLm77+OCoRDKskiz++JIEXWLWZU69REiWBD8iPTlPzI=",
"repository": "BugBountyzip/CaidoCSRF"
}
]