Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ __pycache__/
# Warp Gate
.warpgate-sources/

# direnv
.envrc

# Misc
TODO
.tool-versions
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,9 @@ ares --k8s ares-red ops export-detection --latest
4. **Lateral Movement** - PSExec/WMI/WinRM, credential harvesting on compromised hosts
5. **Domain Dominance** - DCSync, golden ticket generation, operation report

See [Red Team Architecture](docs/red.md) for detailed documentation.
See [Red Team Architecture](docs/red.md) for detailed documentation and
[Attack Strategy Configuration](docs/strategy.md) for technique weights,
path diversity controls, and strategy presets.

## Blue Team Investigations

Expand Down Expand Up @@ -438,6 +440,7 @@ task remote:status

The master config lives at `config/ares.yaml`. It defines:

- **[Attack strategy](docs/strategy.md)** — technique weights, path diversity, completion modes
- Per-role LLM model assignments
- Agent capabilities and tool inventories
- Operation timeouts and limits
Expand Down
Loading
Loading