Add forge spread toggles for WinRM and Linux LOTL
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
This commit is contained in:
@@ -108,6 +108,9 @@ describe('FIELD_HELP', () => {
|
||||
'auto_spread',
|
||||
'usb_spread',
|
||||
'share_spread',
|
||||
'winrm_spread',
|
||||
'com_hijack_persist',
|
||||
'linux_lotl_mode',
|
||||
'hole_punch',
|
||||
'remote_aggressive',
|
||||
'target_os',
|
||||
@@ -149,5 +152,8 @@ describe('FIELD_HELP', () => {
|
||||
expect(FIELD_HELP.auto_spread).toContain('SMB');
|
||||
expect(FIELD_HELP.usb_spread).toContain('USB');
|
||||
expect(FIELD_HELP.share_spread).toContain('share');
|
||||
expect(FIELD_HELP.winrm_spread).toContain('WinRM');
|
||||
expect(FIELD_HELP.com_hijack_persist).toContain('CLSID');
|
||||
expect(FIELD_HELP.linux_lotl_mode).toContain('systemd-run');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user