swarmhack-cli 0.1.1 → 0.2.1
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.
package/config/swarmhack.yaml
CHANGED
|
@@ -162,7 +162,7 @@ agents:
|
|
|
162
162
|
enabled: true
|
|
163
163
|
report_info_findings: false # Suppress API endpoint/tech fingerprint info findings
|
|
164
164
|
max_depth: 3
|
|
165
|
-
max_pages: 1000
|
|
165
|
+
max_pages: 100 # ✅ ADR-001: 1000 → 100 for pentest mode (depth over breadth)
|
|
166
166
|
requests_per_second: 10.0
|
|
167
167
|
|
|
168
168
|
memory:
|
|
@@ -203,7 +203,7 @@ neural:
|
|
|
203
203
|
mutation_count: 10
|
|
204
204
|
|
|
205
205
|
kill_chain:
|
|
206
|
-
phases: [recon, discovery
|
|
206
|
+
phases: [recon, discovery]
|
|
207
207
|
|
|
208
208
|
containers:
|
|
209
209
|
image: swarmhack/unified-pentest:latest
|
|
Binary file
|