Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -37690,7 +37690,8 @@ privilege-escalation:
|
||||
- description: 'AltWinSock2DLL DLL must exist on disk at specified at PathToAtomicsFolder\T1546\bin\AltWinSock2DLL.dll
|
||||
|
||||
'
|
||||
prereq_command: 'if (Test-Path "#{helper_file}") { exit 0} else { exit 1}
|
||||
prereq_command: 'if (Test-Path PathToAtomicsFolder\T1546\bin\AltWinSock2DLL.dll)
|
||||
{ exit 0} else { exit 1}
|
||||
|
||||
'
|
||||
get_prereq_command: |
|
||||
@@ -60475,7 +60476,8 @@ persistence:
|
||||
- description: 'AltWinSock2DLL DLL must exist on disk at specified at PathToAtomicsFolder\T1546\bin\AltWinSock2DLL.dll
|
||||
|
||||
'
|
||||
prereq_command: 'if (Test-Path "#{helper_file}") { exit 0} else { exit 1}
|
||||
prereq_command: 'if (Test-Path PathToAtomicsFolder\T1546\bin\AltWinSock2DLL.dll)
|
||||
{ exit 0} else { exit 1}
|
||||
|
||||
'
|
||||
get_prereq_command: |
|
||||
|
||||
@@ -47,7 +47,7 @@ Set-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Services\WinSock2\Parameters -Na
|
||||
##### Description: AltWinSock2DLL DLL must exist on disk at specified at PathToAtomicsFolder\T1546\bin\AltWinSock2DLL.dll
|
||||
##### Check Prereq Commands:
|
||||
```powershell
|
||||
if (Test-Path "#{helper_file}") { exit 0} else { exit 1}
|
||||
if (Test-Path PathToAtomicsFolder\T1546\bin\AltWinSock2DLL.dll) { exit 0} else { exit 1}
|
||||
```
|
||||
##### Get Prereq Commands:
|
||||
```powershell
|
||||
|
||||
Reference in New Issue
Block a user