-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
485 lines (485 loc) · 23 KB
/
Copy pathindex.json
File metadata and controls
485 lines (485 loc) · 23 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
{
"version": "2.0.0",
"generated_at": "2026-05-07T23:01:57Z",
"domain": "cybersecurity",
"scope": "mobile-app + tauri-desktop + supabase-backend security audit",
"total_skills": 68,
"skills": [
{
"name": "analyzing-ios-app-security-with-objection",
"description": "Performs runtime mobile security exploration of iOS applications using Objection, a Frida-powered toolkit that",
"subdomain": "mobile-security",
"domain": "cybersecurity",
"path": "skills/analyzing-ios-app-security-with-objection"
},
{
"name": "auditing-tauri-capabilities",
"description": "",
"subdomain": "application-security",
"domain": "cybersecurity",
"path": "skills/auditing-tauri-capabilities"
},
{
"name": "conducting-api-security-testing",
"description": "Conducts security testing of REST, GraphQL, and gRPC APIs to identify vulnerabilities in authentication, authorization,",
"subdomain": "penetration-testing",
"domain": "cybersecurity",
"path": "skills/conducting-api-security-testing"
},
{
"name": "conducting-mobile-app-penetration-test",
"description": "Conducts penetration testing of iOS and Android mobile applications following the OWASP Mobile Application Security",
"subdomain": "penetration-testing",
"domain": "cybersecurity",
"path": "skills/conducting-mobile-app-penetration-test"
},
{
"name": "exploiting-deeplink-vulnerabilities",
"description": "Tests and exploits deep link (URL scheme and App Link) vulnerabilities in Android and iOS mobile applications",
"subdomain": "mobile-security",
"domain": "cybersecurity",
"path": "skills/exploiting-deeplink-vulnerabilities"
},
{
"name": "exploiting-insecure-data-storage-in-mobile",
"description": "Identifies and exploits insecure local data storage vulnerabilities in Android and iOS mobile applications including",
"subdomain": "mobile-security",
"domain": "cybersecurity",
"path": "skills/exploiting-insecure-data-storage-in-mobile"
},
{
"name": "exploiting-sql-injection-vulnerabilities",
"description": "Identifies and exploits SQL injection vulnerabilities in web applications during authorized penetration tests",
"subdomain": "penetration-testing",
"domain": "cybersecurity",
"path": "skills/exploiting-sql-injection-vulnerabilities"
},
{
"name": "exploiting-sql-injection-with-sqlmap",
"description": "Detecting and exploiting SQL injection vulnerabilities using sqlmap to extract database contents during authorized",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/exploiting-sql-injection-with-sqlmap"
},
{
"name": "implementing-devsecops-security-scanning",
"description": "Integrates Static Application Security Testing (SAST), Dynamic Application Security Testing (DAST), and Software",
"subdomain": "application-security",
"domain": "cybersecurity",
"path": "skills/implementing-devsecops-security-scanning"
},
{
"name": "implementing-github-advanced-security-for-code-scanning",
"description": "Configure GitHub Advanced Security with CodeQL to perform automated static analysis and vulnerability detection",
"subdomain": "devsecops",
"domain": "cybersecurity",
"path": "skills/implementing-github-advanced-security-for-code-scanning"
},
{
"name": "implementing-secret-scanning-with-gitleaks",
"description": "This skill covers implementing Gitleaks for detecting and preventing hardcoded secrets in git repositories.",
"subdomain": "devsecops",
"domain": "cybersecurity",
"path": "skills/implementing-secret-scanning-with-gitleaks"
},
{
"name": "implementing-secrets-scanning-in-ci-cd",
"description": "Integrate gitleaks and trufflehog into CI/CD pipelines to detect leaked secrets before deployment",
"subdomain": "devsecops",
"domain": "cybersecurity",
"path": "skills/implementing-secrets-scanning-in-ci-cd"
},
{
"name": "implementing-semgrep-for-custom-sast-rules",
"description": "Write custom Semgrep SAST rules in YAML to detect application-specific vulnerabilities, enforce coding standards,",
"subdomain": "devsecops",
"domain": "cybersecurity",
"path": "skills/implementing-semgrep-for-custom-sast-rules"
},
{
"name": "integrating-dast-with-owasp-zap-in-pipeline",
"description": "This skill covers integrating OWASP ZAP (Zed Attack Proxy) for Dynamic Application Security Testing in CI/CD",
"subdomain": "devsecops",
"domain": "cybersecurity",
"path": "skills/integrating-dast-with-owasp-zap-in-pipeline"
},
{
"name": "integrating-sast-into-github-actions-pipeline",
"description": "This skill covers integrating Static Application Security Testing (SAST) tools\u2014CodeQL and Semgrep\u2014into GitHub",
"subdomain": "devsecops",
"domain": "cybersecurity",
"path": "skills/integrating-sast-into-github-actions-pipeline"
},
{
"name": "intercepting-mobile-traffic-with-burpsuite",
"description": "Intercepts and analyzes HTTP/HTTPS traffic from mobile applications using Burp Suite proxy to identify insecure",
"subdomain": "mobile-security",
"domain": "cybersecurity",
"path": "skills/intercepting-mobile-traffic-with-burpsuite"
},
{
"name": "performing-android-app-static-analysis-with-mobsf",
"description": "Performs automated static analysis of Android applications using Mobile Security Framework (MobSF) to identify",
"subdomain": "mobile-security",
"domain": "cybersecurity",
"path": "skills/performing-android-app-static-analysis-with-mobsf"
},
{
"name": "performing-api-fuzzing-with-restler",
"description": "Uses Microsoft RESTler to perform stateful REST API fuzzing by automatically generating and executing test sequences",
"subdomain": "api-security",
"domain": "cybersecurity",
"path": "skills/performing-api-fuzzing-with-restler"
},
{
"name": "performing-api-inventory-and-discovery",
"description": "Performs API inventory and discovery to identify all API endpoints in an organization''s environment including",
"subdomain": "api-security",
"domain": "cybersecurity",
"path": "skills/performing-api-inventory-and-discovery"
},
{
"name": "performing-api-rate-limiting-bypass",
"description": "Tests API rate limiting implementations for bypass vulnerabilities by manipulating request headers, IP addresses,",
"subdomain": "api-security",
"domain": "cybersecurity",
"path": "skills/performing-api-rate-limiting-bypass"
},
{
"name": "performing-api-security-testing-with-postman",
"description": "Uses Postman to perform structured API security testing by building collections that test for OWASP API Security",
"subdomain": "api-security",
"domain": "cybersecurity",
"path": "skills/performing-api-security-testing-with-postman"
},
{
"name": "performing-binary-exploitation-analysis",
"description": "Analyze binary exploitation techniques including buffer overflows and ROP chains using pwntools Python library.",
"subdomain": "offensive-security",
"domain": "cybersecurity",
"path": "skills/performing-binary-exploitation-analysis"
},
{
"name": "performing-blind-ssrf-exploitation",
"description": "Detect and exploit blind Server-Side Request Forgery vulnerabilities using out-of-band techniques, DNS interactions,",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/performing-blind-ssrf-exploitation"
},
{
"name": "performing-clickjacking-attack-test",
"description": "Testing web applications for clickjacking vulnerabilities by assessing frame embedding controls and crafting",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/performing-clickjacking-attack-test"
},
{
"name": "performing-content-security-policy-bypass",
"description": "Analyze and bypass Content Security Policy implementations to achieve cross-site scripting by exploiting misconfigurations,",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/performing-content-security-policy-bypass"
},
{
"name": "performing-cryptographic-audit-of-application",
"description": "A cryptographic audit systematically reviews an application's use of cryptographic primitives, protocols, and",
"subdomain": "cryptography",
"domain": "cybersecurity",
"path": "skills/performing-cryptographic-audit-of-application"
},
{
"name": "performing-csrf-attack-simulation",
"description": "Testing web applications for Cross-Site Request Forgery vulnerabilities by crafting forged requests that exploit",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/performing-csrf-attack-simulation"
},
{
"name": "performing-cve-prioritization-with-kev-catalog",
"description": "Leverage the CISA Known Exploited Vulnerabilities catalog alongside EPSS and CVSS to prioritize CVE remediation",
"subdomain": "vulnerability-management",
"domain": "cybersecurity",
"path": "skills/performing-cve-prioritization-with-kev-catalog"
},
{
"name": "performing-directory-traversal-testing",
"description": "Testing web applications for path traversal vulnerabilities that allow reading or writing arbitrary files on",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/performing-directory-traversal-testing"
},
{
"name": "performing-dynamic-analysis-of-android-app",
"description": "Performs runtime dynamic analysis of Android applications using Frida, Objection, and Android Debug Bridge to",
"subdomain": "mobile-security",
"domain": "cybersecurity",
"path": "skills/performing-dynamic-analysis-of-android-app"
},
{
"name": "performing-http-parameter-pollution-attack",
"description": "Execute HTTP Parameter Pollution attacks to bypass input validation, WAF rules, and security controls by injecting",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/performing-http-parameter-pollution-attack"
},
{
"name": "performing-ios-app-security-assessment",
"description": "Performs comprehensive iOS application security assessments using Frida for dynamic instrumentation, Objection",
"subdomain": "mobile-security",
"domain": "cybersecurity",
"path": "skills/performing-ios-app-security-assessment"
},
{
"name": "performing-mobile-app-certificate-pinning-bypass",
"description": "Bypasses SSL/TLS certificate pinning implementations in Android and iOS applications to enable traffic interception",
"subdomain": "mobile-security",
"domain": "cybersecurity",
"path": "skills/performing-mobile-app-certificate-pinning-bypass"
},
{
"name": "performing-oauth-scope-minimization-review",
"description": "Performs OAuth 2.0 scope minimization review to identify over-permissioned third-party application integrations,",
"subdomain": "identity-access-management",
"domain": "cybersecurity",
"path": "skills/performing-oauth-scope-minimization-review"
},
{
"name": "performing-sca-dependency-scanning-with-snyk",
"description": "This skill covers implementing Software Composition Analysis (SCA) using Snyk to detect vulnerable open-source",
"subdomain": "devsecops",
"domain": "cybersecurity",
"path": "skills/performing-sca-dependency-scanning-with-snyk"
},
{
"name": "performing-second-order-sql-injection",
"description": "Detect and exploit second-order SQL injection vulnerabilities where malicious input is stored in a database and",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/performing-second-order-sql-injection"
},
{
"name": "performing-security-headers-audit",
"description": "Auditing HTTP security headers including CSP, HSTS, X-Frame-Options, and cookie attributes to identify missing",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/performing-security-headers-audit"
},
{
"name": "performing-serverless-function-security-review",
"description": "Performing security reviews of serverless functions across AWS Lambda, Azure Functions, and GCP Cloud Functions",
"subdomain": "cloud-security",
"domain": "cybersecurity",
"path": "skills/performing-serverless-function-security-review"
},
{
"name": "performing-ssl-tls-security-assessment",
"description": "Assess SSL/TLS server configurations using the sslyze Python library to evaluate cipher suites, certificate chains,",
"subdomain": "network-security",
"domain": "cybersecurity",
"path": "skills/performing-ssl-tls-security-assessment"
},
{
"name": "performing-ssrf-vulnerability-exploitation",
"description": "Test for Server-Side Request Forgery vulnerabilities by probing cloud metadata endpoints, internal network services,",
"subdomain": "security-operations",
"domain": "cybersecurity",
"path": "skills/performing-ssrf-vulnerability-exploitation"
},
{
"name": "performing-thick-client-application-penetration-test",
"description": "Conduct a thick client application penetration test to identify insecure local storage, hardcoded credentials,",
"subdomain": "penetration-testing",
"domain": "cybersecurity",
"path": "skills/performing-thick-client-application-penetration-test"
},
{
"name": "performing-threat-modeling-with-owasp-threat-dragon",
"description": "Use OWASP Threat Dragon to create data flow diagrams, identify threats using STRIDE and LINDDUN methodologies,",
"subdomain": "devsecops",
"domain": "cybersecurity",
"path": "skills/performing-threat-modeling-with-owasp-threat-dragon"
},
{
"name": "performing-web-application-penetration-test",
"description": "Performs systematic security testing of web applications following the OWASP Web Security Testing Guide (WSTG)",
"subdomain": "penetration-testing",
"domain": "cybersecurity",
"path": "skills/performing-web-application-penetration-test"
},
{
"name": "performing-web-application-vulnerability-triage",
"description": "Triage web application vulnerability findings from DAST/SAST scanners using OWASP risk rating methodology to",
"subdomain": "vulnerability-management",
"domain": "cybersecurity",
"path": "skills/performing-web-application-vulnerability-triage"
},
{
"name": "prioritizing-vulnerabilities-with-cvss-scoring",
"description": "The Common Vulnerability Scoring System (CVSS) is the industry standard framework maintained by FIRST (Forum",
"subdomain": "vulnerability-management",
"domain": "cybersecurity",
"path": "skills/prioritizing-vulnerabilities-with-cvss-scoring"
},
{
"name": "reverse-engineering-android-malware-with-jadx",
"description": "Reverse engineers malicious Android APK files using JADX decompiler to analyze Java/Kotlin source code, identify",
"subdomain": "malware-analysis",
"domain": "cybersecurity",
"path": "skills/reverse-engineering-android-malware-with-jadx"
},
{
"name": "reverse-engineering-ios-app-with-frida",
"description": "Reverse engineers iOS applications using Frida dynamic instrumentation to understand internal logic, extract",
"subdomain": "mobile-security",
"domain": "cybersecurity",
"path": "skills/reverse-engineering-ios-app-with-frida"
},
{
"name": "reverse-engineering-rust-malware",
"description": "Reverse engineer Rust-compiled malware using IDA Pro and Ghidra with techniques for handling non-null-terminated",
"subdomain": "malware-analysis",
"domain": "cybersecurity",
"path": "skills/reverse-engineering-rust-malware"
},
{
"name": "testing-android-intents-for-vulnerabilities",
"description": "Tests Android inter-process communication (IPC) through intents for vulnerabilities including intent injection,",
"subdomain": "mobile-security",
"domain": "cybersecurity",
"path": "skills/testing-android-intents-for-vulnerabilities"
},
{
"name": "testing-api-authentication-weaknesses",
"description": "Tests API authentication mechanisms for weaknesses including broken token validation, missing authentication",
"subdomain": "api-security",
"domain": "cybersecurity",
"path": "skills/testing-api-authentication-weaknesses"
},
{
"name": "testing-api-for-broken-object-level-authorization",
"description": "Tests REST and GraphQL APIs for Broken Object Level Authorization (BOLA/IDOR) vulnerabilities where an authenticated",
"subdomain": "api-security",
"domain": "cybersecurity",
"path": "skills/testing-api-for-broken-object-level-authorization"
},
{
"name": "testing-api-for-mass-assignment-vulnerability",
"description": "Tests APIs for mass assignment (auto-binding) vulnerabilities where clients can modify object properties they",
"subdomain": "api-security",
"domain": "cybersecurity",
"path": "skills/testing-api-for-mass-assignment-vulnerability"
},
{
"name": "testing-api-security-with-owasp-top-10",
"description": "Systematically assessing REST and GraphQL API endpoints against the OWASP API Security Top 10 risks using automated",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/testing-api-security-with-owasp-top-10"
},
{
"name": "testing-cors-misconfiguration",
"description": "Identifying and exploiting Cross-Origin Resource Sharing misconfigurations that allow unauthorized cross-domain",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/testing-cors-misconfiguration"
},
{
"name": "testing-for-broken-access-control",
"description": "Systematically testing web applications for broken access control vulnerabilities including privilege escalation,",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/testing-for-broken-access-control"
},
{
"name": "testing-for-business-logic-vulnerabilities",
"description": "Identifying flaws in application business logic that allow price manipulation, workflow bypass, and privilege",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/testing-for-business-logic-vulnerabilities"
},
{
"name": "testing-for-host-header-injection",
"description": "Test web applications for HTTP Host header injection vulnerabilities to identify password reset poisoning, web",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/testing-for-host-header-injection"
},
{
"name": "testing-for-json-web-token-vulnerabilities",
"description": "Test JWT implementations for critical vulnerabilities including algorithm confusion, none algorithm bypass, kid",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/testing-for-json-web-token-vulnerabilities"
},
{
"name": "testing-for-open-redirect-vulnerabilities",
"description": "Identify and test open redirect vulnerabilities in web applications by analyzing URL redirection parameters,",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/testing-for-open-redirect-vulnerabilities"
},
{
"name": "testing-for-sensitive-data-exposure",
"description": "Identifying sensitive data exposure vulnerabilities including API key leakage, PII in responses, insecure storage,",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/testing-for-sensitive-data-exposure"
},
{
"name": "testing-for-xml-injection-vulnerabilities",
"description": "Test web applications for XML injection vulnerabilities including XXE, XPath injection, and XML entity attacks",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/testing-for-xml-injection-vulnerabilities"
},
{
"name": "testing-for-xss-vulnerabilities",
"description": "Tests web applications for Cross-Site Scripting (XSS) vulnerabilities by injecting JavaScript payloads into",
"subdomain": "penetration-testing",
"domain": "cybersecurity",
"path": "skills/testing-for-xss-vulnerabilities"
},
{
"name": "testing-for-xss-vulnerabilities-with-burpsuite",
"description": "Identifying and validating cross-site scripting vulnerabilities using Burp Suite's scanner, intruder, and repeater",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/testing-for-xss-vulnerabilities-with-burpsuite"
},
{
"name": "testing-for-xxe-injection-vulnerabilities",
"description": "Discovering and exploiting XML External Entity injection vulnerabilities to read server files, perform SSRF,",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/testing-for-xxe-injection-vulnerabilities"
},
{
"name": "testing-jwt-token-security",
"description": "Assessing JSON Web Token implementations for cryptographic weaknesses, algorithm confusion attacks, and authorization",
"subdomain": "web-application-security",
"domain": "cybersecurity",
"path": "skills/testing-jwt-token-security"
},
{
"name": "testing-mobile-api-authentication",
"description": "Tests authentication and authorization mechanisms in mobile application APIs to identify broken authentication,",
"subdomain": "mobile-security",
"domain": "cybersecurity",
"path": "skills/testing-mobile-api-authentication"
},
{
"name": "testing-oauth2-implementation-flaws",
"description": "Tests OAuth 2.0 and OpenID Connect implementations for security flaws including authorization code interception,",
"subdomain": "api-security",
"domain": "cybersecurity",
"path": "skills/testing-oauth2-implementation-flaws"
},
{
"name": "testing-websocket-api-security",
"description": "Tests WebSocket API implementations for security vulnerabilities including missing authentication on WebSocket",
"subdomain": "api-security",
"domain": "cybersecurity",
"path": "skills/testing-websocket-api-security"
}
]
}