Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -54982,7 +54982,7 @@ discovery:
|
||||
executor:
|
||||
name: bash
|
||||
elevation_required: false
|
||||
command: 'ping -n 4 #{ping_target}
|
||||
command: 'ping -c 4 #{ping_target}
|
||||
|
||||
'
|
||||
T1069:
|
||||
|
||||
Reference in New Issue
Block a user