@namch/agent-assistant 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) hide show
  1. package/README.md +114 -522
  2. package/agents/backend-engineer.md +0 -8
  3. package/agents/brainstormer.md +0 -6
  4. package/agents/business-analyst.md +0 -5
  5. package/agents/database-architect.md +0 -6
  6. package/agents/debugger.md +0 -6
  7. package/agents/designer.md +0 -5
  8. package/agents/devops-engineer.md +0 -7
  9. package/agents/docs-manager.md +0 -6
  10. package/agents/frontend-engineer.md +0 -7
  11. package/agents/game-engineer.md +0 -7
  12. package/agents/mobile-engineer.md +0 -7
  13. package/agents/performance-engineer.md +0 -7
  14. package/agents/planner.md +0 -6
  15. package/agents/project-manager.md +0 -6
  16. package/agents/researcher.md +0 -5
  17. package/agents/reviewer.md +0 -6
  18. package/agents/scouter.md +0 -6
  19. package/agents/security-engineer.md +0 -7
  20. package/agents/tech-lead.md +0 -7
  21. package/agents/tester.md +0 -5
  22. package/cli/README.md +19 -10
  23. package/documents/business/business-features.md +1 -1
  24. package/documents/business/business-prd.md +4 -4
  25. package/documents/knowledge-architecture.md +1 -1
  26. package/documents/knowledge-domain.md +1 -1
  27. package/documents/knowledge-overview.md +14 -29
  28. package/documents/knowledge-source-base.md +14 -14
  29. package/package.json +1 -1
  30. package/rules/QUICK-REFERENCE.md +4 -1
  31. package/rules/SKILL-DISCOVERY.md +37 -14
  32. package/skills/active-directory-attacks/SKILL.md +383 -0
  33. package/skills/active-directory-attacks/references/advanced-attacks.md +382 -0
  34. package/skills/agent-evaluation/SKILL.md +64 -0
  35. package/skills/agent-memory-mcp/SKILL.md +82 -0
  36. package/skills/agent-memory-systems/SKILL.md +67 -0
  37. package/skills/agent-tool-builder/SKILL.md +53 -0
  38. package/skills/ai-agents-architect/SKILL.md +90 -0
  39. package/skills/ai-product/SKILL.md +54 -0
  40. package/skills/ai-wrapper-product/SKILL.md +273 -0
  41. package/skills/api-documentation-generator/SKILL.md +484 -0
  42. package/skills/api-fuzzing-bug-bounty/SKILL.md +433 -0
  43. package/skills/api-security-best-practices/SKILL.md +907 -0
  44. package/skills/autonomous-agent-patterns/SKILL.md +761 -0
  45. package/skills/autonomous-agents/SKILL.md +68 -0
  46. package/skills/aws-penetration-testing/SKILL.md +405 -0
  47. package/skills/aws-penetration-testing/references/advanced-aws-pentesting.md +469 -0
  48. package/skills/azure-functions/SKILL.md +42 -0
  49. package/skills/backend-dev-guidelines/SKILL.md +342 -0
  50. package/skills/backend-dev-guidelines/resources/architecture-overview.md +451 -0
  51. package/skills/backend-dev-guidelines/resources/async-and-errors.md +307 -0
  52. package/skills/backend-dev-guidelines/resources/complete-examples.md +638 -0
  53. package/skills/backend-dev-guidelines/resources/configuration.md +275 -0
  54. package/skills/backend-dev-guidelines/resources/database-patterns.md +224 -0
  55. package/skills/backend-dev-guidelines/resources/middleware-guide.md +213 -0
  56. package/skills/backend-dev-guidelines/resources/routing-and-controllers.md +756 -0
  57. package/skills/backend-dev-guidelines/resources/sentry-and-monitoring.md +336 -0
  58. package/skills/backend-dev-guidelines/resources/services-and-repositories.md +789 -0
  59. package/skills/backend-dev-guidelines/resources/testing-guide.md +235 -0
  60. package/skills/backend-dev-guidelines/resources/validation-patterns.md +754 -0
  61. package/skills/broken-authentication/SKILL.md +476 -0
  62. package/skills/bullmq-specialist/SKILL.md +57 -0
  63. package/skills/bun-development/SKILL.md +691 -0
  64. package/skills/burp-suite-testing/SKILL.md +380 -0
  65. package/skills/cloud-penetration-testing/SKILL.md +501 -0
  66. package/skills/cloud-penetration-testing/references/advanced-cloud-scripts.md +318 -0
  67. package/skills/computer-use-agents/SKILL.md +315 -0
  68. package/skills/content-creator/SKILL.md +248 -0
  69. package/skills/content-creator/assets/content_calendar_template.md +99 -0
  70. package/skills/content-creator/references/brand_guidelines.md +199 -0
  71. package/skills/content-creator/references/content_frameworks.md +534 -0
  72. package/skills/content-creator/references/social_media_optimization.md +317 -0
  73. package/skills/content-creator/scripts/brand_voice_analyzer.py +185 -0
  74. package/skills/content-creator/scripts/seo_optimizer.py +419 -0
  75. package/skills/context-window-management/SKILL.md +53 -0
  76. package/skills/conversation-memory/SKILL.md +61 -0
  77. package/skills/copy-editing/SKILL.md +439 -0
  78. package/skills/copywriting/SKILL.md +225 -0
  79. package/skills/crewai/SKILL.md +243 -0
  80. package/skills/discord-bot-architect/SKILL.md +277 -0
  81. package/skills/dispatching-parallel-agents/SKILL.md +180 -0
  82. package/skills/email-sequence/SKILL.md +925 -0
  83. package/skills/email-systems/SKILL.md +54 -0
  84. package/skills/ethical-hacking-methodology/SKILL.md +466 -0
  85. package/skills/executing-plans/SKILL.md +76 -0
  86. package/skills/file-path-traversal/SKILL.md +486 -0
  87. package/skills/finishing-a-development-branch/SKILL.md +200 -0
  88. package/skills/frontend-dev-guidelines/SKILL.md +359 -0
  89. package/skills/frontend-dev-guidelines/resources/common-patterns.md +331 -0
  90. package/skills/frontend-dev-guidelines/resources/complete-examples.md +872 -0
  91. package/skills/frontend-dev-guidelines/resources/component-patterns.md +502 -0
  92. package/skills/frontend-dev-guidelines/resources/data-fetching.md +767 -0
  93. package/skills/frontend-dev-guidelines/resources/file-organization.md +502 -0
  94. package/skills/frontend-dev-guidelines/resources/loading-and-error-states.md +501 -0
  95. package/skills/frontend-dev-guidelines/resources/performance.md +406 -0
  96. package/skills/frontend-dev-guidelines/resources/routing-guide.md +364 -0
  97. package/skills/frontend-dev-guidelines/resources/styling-guide.md +428 -0
  98. package/skills/frontend-dev-guidelines/resources/typescript-standards.md +418 -0
  99. package/skills/gcp-cloud-run/SKILL.md +288 -0
  100. package/skills/git-pushing/SKILL.md +33 -0
  101. package/skills/git-pushing/scripts/smart_commit.sh +19 -0
  102. package/skills/github-workflow-automation/SKILL.md +846 -0
  103. package/skills/html-injection-testing/SKILL.md +498 -0
  104. package/skills/idor-testing/SKILL.md +442 -0
  105. package/skills/inngest/SKILL.md +55 -0
  106. package/skills/javascript-mastery/SKILL.md +645 -0
  107. package/skills/kaizen/SKILL.md +730 -0
  108. package/skills/langfuse/SKILL.md +238 -0
  109. package/skills/langgraph/SKILL.md +287 -0
  110. package/skills/linux-privilege-escalation/SKILL.md +504 -0
  111. package/skills/llm-app-patterns/SKILL.md +760 -0
  112. package/skills/metasploit-framework/SKILL.md +478 -0
  113. package/skills/multi-agent-brainstorming/SKILL.md +256 -0
  114. package/skills/neon-postgres/SKILL.md +56 -0
  115. package/skills/nextjs-supabase-auth/SKILL.md +56 -0
  116. package/skills/nosql-expert/SKILL.md +111 -0
  117. package/skills/pentest-checklist/SKILL.md +334 -0
  118. package/skills/pentest-commands/SKILL.md +438 -0
  119. package/skills/plaid-fintech/SKILL.md +50 -0
  120. package/skills/planning-with-files/SKILL.md +211 -0
  121. package/skills/planning-with-files/examples.md +202 -0
  122. package/skills/planning-with-files/reference.md +218 -0
  123. package/skills/planning-with-files/scripts/check-complete.sh +44 -0
  124. package/skills/planning-with-files/scripts/init-session.sh +120 -0
  125. package/skills/planning-with-files/templates/findings.md +95 -0
  126. package/skills/planning-with-files/templates/progress.md +114 -0
  127. package/skills/planning-with-files/templates/task_plan.md +132 -0
  128. package/skills/privilege-escalation-methods/SKILL.md +333 -0
  129. package/skills/production-code-audit/SKILL.md +540 -0
  130. package/skills/prompt-caching/SKILL.md +61 -0
  131. package/skills/prompt-engineering/SKILL.md +171 -0
  132. package/skills/prompt-library/SKILL.md +322 -0
  133. package/skills/rag-engineer/SKILL.md +90 -0
  134. package/skills/rag-implementation/SKILL.md +63 -0
  135. package/skills/react-ui-patterns/SKILL.md +289 -0
  136. package/skills/red-team-tools/SKILL.md +310 -0
  137. package/skills/scanning-tools/SKILL.md +589 -0
  138. package/skills/shodan-reconnaissance/SKILL.md +503 -0
  139. package/skills/slack-bot-builder/SKILL.md +264 -0
  140. package/skills/smtp-penetration-testing/SKILL.md +500 -0
  141. package/skills/social-content/SKILL.md +807 -0
  142. package/skills/software-architecture/SKILL.md +75 -0
  143. package/skills/sql-injection-testing/SKILL.md +448 -0
  144. package/skills/sqlmap-database-pentesting/SKILL.md +400 -0
  145. package/skills/ssh-penetration-testing/SKILL.md +488 -0
  146. package/skills/stripe-integration/SKILL.md +69 -0
  147. package/skills/subagent-driven-development/SKILL.md +240 -0
  148. package/skills/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
  149. package/skills/subagent-driven-development/implementer-prompt.md +78 -0
  150. package/skills/subagent-driven-development/spec-reviewer-prompt.md +61 -0
  151. package/skills/tavily-web/SKILL.md +36 -0
  152. package/skills/telegram-bot-builder/SKILL.md +254 -0
  153. package/skills/test-driven-development/SKILL.md +371 -0
  154. package/skills/test-driven-development/testing-anti-patterns.md +299 -0
  155. package/skills/test-fixing/SKILL.md +119 -0
  156. package/skills/top-web-vulnerabilities/SKILL.md +543 -0
  157. package/skills/trigger-dev/SKILL.md +67 -0
  158. package/skills/twilio-communications/SKILL.md +295 -0
  159. package/skills/upstash-qstash/SKILL.md +68 -0
  160. package/skills/verification-before-completion/SKILL.md +139 -0
  161. package/skills/voice-agents/SKILL.md +68 -0
  162. package/skills/voice-ai-development/SKILL.md +302 -0
  163. package/skills/windows-privilege-escalation/SKILL.md +496 -0
  164. package/skills/wireshark-analysis/SKILL.md +497 -0
  165. package/skills/wordpress-penetration-testing/SKILL.md +485 -0
  166. package/skills/workflow-automation/SKILL.md +68 -0
  167. package/skills/xss-html-injection/SKILL.md +499 -0
  168. package/skills/zapier-make-patterns/SKILL.md +67 -0
@@ -0,0 +1,380 @@
1
+ ---
2
+ name: Burp Suite Web Application Testing
3
+ description: This skill should be used when the user asks to "intercept HTTP traffic", "modify web requests", "use Burp Suite for testing", "perform web vulnerability scanning", "test with Burp Repeater", "analyze HTTP history", or "configure proxy for web testing". It provides comprehensive guidance for using Burp Suite's core features for web application security testing.
4
+ metadata:
5
+ author: zebbern
6
+ version: "1.1"
7
+ ---
8
+
9
+ # Burp Suite Web Application Testing
10
+
11
+ ## Purpose
12
+
13
+ Execute comprehensive web application security testing using Burp Suite's integrated toolset, including HTTP traffic interception and modification, request analysis and replay, automated vulnerability scanning, and manual testing workflows. This skill enables systematic discovery and exploitation of web application vulnerabilities through proxy-based testing methodology.
14
+
15
+ ## Inputs / Prerequisites
16
+
17
+ ### Required Tools
18
+ - Burp Suite Community or Professional Edition installed
19
+ - Burp's embedded browser or configured external browser
20
+ - Target web application URL
21
+ - Valid credentials for authenticated testing (if applicable)
22
+
23
+ ### Environment Setup
24
+ - Burp Suite launched with temporary or named project
25
+ - Proxy listener active on 127.0.0.1:8080 (default)
26
+ - Browser configured to use Burp proxy (or use Burp's browser)
27
+ - CA certificate installed for HTTPS interception
28
+
29
+ ### Editions Comparison
30
+ | Feature | Community | Professional |
31
+ |---------|-----------|--------------|
32
+ | Proxy | ✓ | ✓ |
33
+ | Repeater | ✓ | ✓ |
34
+ | Intruder | Limited | Full |
35
+ | Scanner | ✗ | ✓ |
36
+ | Extensions | ✓ | ✓ |
37
+
38
+ ## Outputs / Deliverables
39
+
40
+ ### Primary Outputs
41
+ - Intercepted and modified HTTP requests/responses
42
+ - Vulnerability scan reports with remediation advice
43
+ - HTTP history and site map documentation
44
+ - Proof-of-concept exploits for identified vulnerabilities
45
+
46
+ ## Core Workflow
47
+
48
+ ### Phase 1: Intercepting HTTP Traffic
49
+
50
+ #### Launch Burp's Browser
51
+ Navigate to integrated browser for seamless proxy integration:
52
+
53
+ 1. Open Burp Suite and create/open project
54
+ 2. Go to **Proxy > Intercept** tab
55
+ 3. Click **Open Browser** to launch preconfigured browser
56
+ 4. Position windows to view both Burp and browser simultaneously
57
+
58
+ #### Configure Interception
59
+ Control which requests are captured:
60
+
61
+ ```
62
+ Proxy > Intercept > Intercept is on/off toggle
63
+
64
+ When ON: Requests pause for review/modification
65
+ When OFF: Requests pass through, logged to history
66
+ ```
67
+
68
+ #### Intercept and Forward Requests
69
+ Process intercepted traffic:
70
+
71
+ 1. Set intercept toggle to **Intercept on**
72
+ 2. Navigate to target URL in browser
73
+ 3. Observe request held in Proxy > Intercept tab
74
+ 4. Review request contents (headers, parameters, body)
75
+ 5. Click **Forward** to send request to server
76
+ 6. Continue forwarding subsequent requests until page loads
77
+
78
+ #### View HTTP History
79
+ Access complete traffic log:
80
+
81
+ 1. Go to **Proxy > HTTP history** tab
82
+ 2. Click any entry to view full request/response
83
+ 3. Sort by clicking column headers (# for chronological order)
84
+ 4. Use filters to focus on relevant traffic
85
+
86
+ ### Phase 2: Modifying Requests
87
+
88
+ #### Intercept and Modify
89
+ Change request parameters before forwarding:
90
+
91
+ 1. Enable interception: **Intercept on**
92
+ 2. Trigger target request in browser
93
+ 3. Locate parameter to modify in intercepted request
94
+ 4. Edit value directly in request editor
95
+ 5. Click **Forward** to send modified request
96
+
97
+ #### Common Modification Targets
98
+ | Target | Example | Purpose |
99
+ |--------|---------|---------|
100
+ | Price parameters | `price=1` | Test business logic |
101
+ | User IDs | `userId=admin` | Test access control |
102
+ | Quantity values | `qty=-1` | Test input validation |
103
+ | Hidden fields | `isAdmin=true` | Test privilege escalation |
104
+
105
+ #### Example: Price Manipulation
106
+
107
+ ```http
108
+ POST /cart HTTP/1.1
109
+ Host: target.com
110
+ Content-Type: application/x-www-form-urlencoded
111
+
112
+ productId=1&quantity=1&price=100
113
+
114
+ # Modify to:
115
+ productId=1&quantity=1&price=1
116
+ ```
117
+
118
+ Result: Item added to cart at modified price.
119
+
120
+ ### Phase 3: Setting Target Scope
121
+
122
+ #### Define Scope
123
+ Focus testing on specific target:
124
+
125
+ 1. Go to **Target > Site map**
126
+ 2. Right-click target host in left panel
127
+ 3. Select **Add to scope**
128
+ 4. When prompted, click **Yes** to exclude out-of-scope traffic
129
+
130
+ #### Filter by Scope
131
+ Remove noise from HTTP history:
132
+
133
+ 1. Click display filter above HTTP history
134
+ 2. Select **Show only in-scope items**
135
+ 3. History now shows only target site traffic
136
+
137
+ #### Scope Benefits
138
+ - Reduces clutter from third-party requests
139
+ - Prevents accidental testing of out-of-scope sites
140
+ - Improves scanning efficiency
141
+ - Creates cleaner reports
142
+
143
+ ### Phase 4: Using Burp Repeater
144
+
145
+ #### Send Request to Repeater
146
+ Prepare request for manual testing:
147
+
148
+ 1. Identify interesting request in HTTP history
149
+ 2. Right-click request and select **Send to Repeater**
150
+ 3. Go to **Repeater** tab to access request
151
+
152
+ #### Modify and Resend
153
+ Test different inputs efficiently:
154
+
155
+ ```
156
+ 1. View request in Repeater tab
157
+ 2. Modify parameter values
158
+ 3. Click Send to submit request
159
+ 4. Review response in right panel
160
+ 5. Use navigation arrows to review request history
161
+ ```
162
+
163
+ #### Repeater Testing Workflow
164
+
165
+ ```
166
+ Original Request:
167
+ GET /product?productId=1 HTTP/1.1
168
+
169
+ Test 1: productId=2 → Valid product response
170
+ Test 2: productId=999 → Not Found response
171
+ Test 3: productId=' → Error/exception response
172
+ Test 4: productId=1 OR 1=1 → SQL injection test
173
+ ```
174
+
175
+ #### Analyze Responses
176
+ Look for indicators of vulnerabilities:
177
+
178
+ - Error messages revealing stack traces
179
+ - Framework/version information disclosure
180
+ - Different response lengths indicating logic flaws
181
+ - Timing differences suggesting blind injection
182
+ - Unexpected data in responses
183
+
184
+ ### Phase 5: Running Automated Scans
185
+
186
+ #### Launch New Scan
187
+ Initiate vulnerability scanning (Professional only):
188
+
189
+ 1. Go to **Dashboard** tab
190
+ 2. Click **New scan**
191
+ 3. Enter target URL in **URLs to scan** field
192
+ 4. Configure scan settings
193
+
194
+ #### Scan Configuration Options
195
+
196
+ | Mode | Description | Duration |
197
+ |------|-------------|----------|
198
+ | Lightweight | High-level overview | ~15 minutes |
199
+ | Fast | Quick vulnerability check | ~30 minutes |
200
+ | Balanced | Standard comprehensive scan | ~1-2 hours |
201
+ | Deep | Thorough testing | Several hours |
202
+
203
+ #### Monitor Scan Progress
204
+ Track scanning activity:
205
+
206
+ 1. View task status in **Dashboard**
207
+ 2. Watch **Target > Site map** update in real-time
208
+ 3. Check **Issues** tab for discovered vulnerabilities
209
+
210
+ #### Review Identified Issues
211
+ Analyze scan findings:
212
+
213
+ 1. Select scan task in Dashboard
214
+ 2. Go to **Issues** tab
215
+ 3. Click issue to view:
216
+ - **Advisory**: Description and remediation
217
+ - **Request**: Triggering HTTP request
218
+ - **Response**: Server response showing vulnerability
219
+
220
+ ### Phase 6: Intruder Attacks
221
+
222
+ #### Configure Intruder
223
+ Set up automated attack:
224
+
225
+ 1. Send request to Intruder (right-click > Send to Intruder)
226
+ 2. Go to **Intruder** tab
227
+ 3. Define payload positions using § markers
228
+ 4. Select attack type
229
+
230
+ #### Attack Types
231
+
232
+ | Type | Description | Use Case |
233
+ |------|-------------|----------|
234
+ | Sniper | Single position, iterate payloads | Fuzzing one parameter |
235
+ | Battering ram | Same payload all positions | Credential testing |
236
+ | Pitchfork | Parallel payload iteration | Username:password pairs |
237
+ | Cluster bomb | All payload combinations | Full brute force |
238
+
239
+ #### Configure Payloads
240
+
241
+ ```
242
+ Positions Tab:
243
+ POST /login HTTP/1.1
244
+ ...
245
+ username=§admin§&password=§password§
246
+
247
+ Payloads Tab:
248
+ Set 1: admin, user, test, guest
249
+ Set 2: password, 123456, admin, letmein
250
+ ```
251
+
252
+ #### Analyze Results
253
+ Review attack output:
254
+
255
+ - Sort by response length to find anomalies
256
+ - Filter by status code for successful attempts
257
+ - Use grep to search for specific strings
258
+ - Export results for documentation
259
+
260
+ ## Quick Reference
261
+
262
+ ### Keyboard Shortcuts
263
+ | Action | Windows/Linux | macOS |
264
+ |--------|---------------|-------|
265
+ | Forward request | Ctrl+F | Cmd+F |
266
+ | Drop request | Ctrl+D | Cmd+D |
267
+ | Send to Repeater | Ctrl+R | Cmd+R |
268
+ | Send to Intruder | Ctrl+I | Cmd+I |
269
+ | Toggle intercept | Ctrl+T | Cmd+T |
270
+
271
+ ### Common Testing Payloads
272
+
273
+ ```
274
+ # SQL Injection
275
+ ' OR '1'='1
276
+ ' OR '1'='1'--
277
+ 1 UNION SELECT NULL--
278
+
279
+ # XSS
280
+ <script>alert(1)</script>
281
+ "><img src=x onerror=alert(1)>
282
+ javascript:alert(1)
283
+
284
+ # Path Traversal
285
+ ../../../etc/passwd
286
+ ..\..\..\..\windows\win.ini
287
+
288
+ # Command Injection
289
+ ; ls -la
290
+ | cat /etc/passwd
291
+ `whoami`
292
+ ```
293
+
294
+ ### Request Modification Tips
295
+ - Right-click for context menu options
296
+ - Use decoder for encoding/decoding
297
+ - Compare requests using Comparer tool
298
+ - Save interesting requests to project
299
+
300
+ ## Constraints and Guardrails
301
+
302
+ ### Operational Boundaries
303
+ - Test only authorized applications
304
+ - Configure scope to prevent accidental out-of-scope testing
305
+ - Rate-limit scans to avoid denial of service
306
+ - Document all findings and actions
307
+
308
+ ### Technical Limitations
309
+ - Community Edition lacks automated scanner
310
+ - Some sites may block proxy traffic
311
+ - HSTS/certificate pinning may require additional configuration
312
+ - Heavy scanning may trigger WAF blocks
313
+
314
+ ### Best Practices
315
+ - Always set target scope before extensive testing
316
+ - Use Burp's browser for reliable interception
317
+ - Save project regularly to preserve work
318
+ - Review scan results manually for false positives
319
+
320
+ ## Examples
321
+
322
+ ### Example 1: Business Logic Testing
323
+
324
+ **Scenario**: E-commerce price manipulation
325
+
326
+ 1. Add item to cart normally, intercept request
327
+ 2. Identify `price=9999` parameter in POST body
328
+ 3. Modify to `price=1`
329
+ 4. Forward request
330
+ 5. Complete checkout at manipulated price
331
+
332
+ **Finding**: Server trusts client-provided price values.
333
+
334
+ ### Example 2: Authentication Bypass
335
+
336
+ **Scenario**: Testing login form
337
+
338
+ 1. Submit valid credentials, capture request in Repeater
339
+ 2. Send to Repeater for testing
340
+ 3. Try: `username=admin' OR '1'='1'--`
341
+ 4. Observe successful login response
342
+
343
+ **Finding**: SQL injection in authentication.
344
+
345
+ ### Example 3: Information Disclosure
346
+
347
+ **Scenario**: Error-based information gathering
348
+
349
+ 1. Navigate to product page, observe `productId` parameter
350
+ 2. Send request to Repeater
351
+ 3. Change `productId=1` to `productId=test`
352
+ 4. Observe verbose error revealing framework version
353
+
354
+ **Finding**: Apache Struts 2.5.12 disclosed in stack trace.
355
+
356
+ ## Troubleshooting
357
+
358
+ ### Browser Not Connecting Through Proxy
359
+ - Verify proxy listener is active (Proxy > Options)
360
+ - Check browser proxy settings point to 127.0.0.1:8080
361
+ - Ensure no firewall blocking local connections
362
+ - Use Burp's embedded browser for reliable setup
363
+
364
+ ### HTTPS Interception Failing
365
+ - Install Burp CA certificate in browser/system
366
+ - Navigate to http://burp to download certificate
367
+ - Add certificate to trusted roots
368
+ - Restart browser after installation
369
+
370
+ ### Slow Performance
371
+ - Limit scope to reduce processing
372
+ - Disable unnecessary extensions
373
+ - Increase Java heap size in startup options
374
+ - Close unused Burp tabs and features
375
+
376
+ ### Requests Not Being Intercepted
377
+ - Verify "Intercept on" is enabled
378
+ - Check intercept rules aren't filtering target
379
+ - Ensure browser is using Burp proxy
380
+ - Verify target isn't using unsupported protocol