Generated docs from job=generate-docs branch=master [ci skip]

This commit is contained in:
Atomic Red Team doc generator
2022-10-31 18:42:04 +00:00
parent 2589ca7d6f
commit 43d82f25da
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -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: |
+1 -1
View File
@@ -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