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

This commit is contained in:
Atomic Red Team doc generator
2025-02-25 19:52:51 +00:00
parent b9e0de4837
commit 121413dd3d
3 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -84097,9 +84097,9 @@ collection:
executor:
name: sh
elevation_required: false
command: "which_python=`which python || which python3`\n$which_python -c \"from
zipfile import ZipFile; ZipFile('#{path_to_output_file}', mode='w').write('#{path_to_input_file}')\"
\n"
command: "which_python=`which python || which python3`\n$which_python -c \"import
tarfile; output_file = tarfile.open('#{path_to_output_file}','w'); output_file.add('#{path_to_input_file}');
output_file.close()\" \n"
cleanup_command: 'rm #{path_to_output_file}
'
@@ -100579,7 +100579,7 @@ discovery:
executor:
name: bash
elevation_required: false
command: 'ping -n 4 #{ping_target}
command: 'ping -c 4 #{ping_target}
'
- name: Check internet connection using Test-NetConnection in PowerShell (ICMP-Ping)
+4 -4
View File
@@ -49054,9 +49054,9 @@ collection:
executor:
name: sh
elevation_required: false
command: "which_python=`which python || which python3`\n$which_python -c \"from
zipfile import ZipFile; ZipFile('#{path_to_output_file}', mode='w').write('#{path_to_input_file}')\"
\n"
command: "which_python=`which python || which python3`\n$which_python -c \"import
tarfile; output_file = tarfile.open('#{path_to_output_file}','w'); output_file.add('#{path_to_input_file}');
output_file.close()\" \n"
cleanup_command: 'rm #{path_to_output_file}
'
@@ -59331,7 +59331,7 @@ discovery:
executor:
name: bash
elevation_required: false
command: 'ping -n 4 #{ping_target}
command: 'ping -c 4 #{ping_target}
'
T1069:
+1 -1
View File
@@ -54982,7 +54982,7 @@ discovery:
executor:
name: bash
elevation_required: false
command: 'ping -n 4 #{ping_target}
command: 'ping -c 4 #{ping_target}
'
T1069: