Skip to content

Commit

Permalink
Generated docs from job=generate-docs branch=master [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomic Red Team doc generator committed Oct 27, 2023
1 parent 3070c83 commit 3a1a813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atomics/Indexes/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21710,7 +21710,7 @@ defense-evasion:
- description: 'encode the command into base64 file

'
prereq_command: 'exit 1
prereq_command: 'if [ -e "/tmp/encoded.dat" ]; then exit 0; else exit 1; fi

'
get_prereq_command: 'echo "#{shell_command}" | base64 > /tmp/encoded.dat
Expand Down
2 changes: 1 addition & 1 deletion atomics/Indexes/linux-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13369,7 +13369,7 @@ defense-evasion:
- description: 'encode the command into base64 file

'
prereq_command: 'exit 1
prereq_command: 'if [ -e "/tmp/encoded.dat" ]; then exit 0; else exit 1; fi

'
get_prereq_command: 'echo "#{shell_command}" | base64 > /tmp/encoded.dat
Expand Down
2 changes: 1 addition & 1 deletion atomics/Indexes/macos-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12605,7 +12605,7 @@ defense-evasion:
- description: 'encode the command into base64 file

'
prereq_command: 'exit 1
prereq_command: 'if [ -e "/tmp/encoded.dat" ]; then exit 0; else exit 1; fi

'
get_prereq_command: 'echo "#{shell_command}" | base64 > /tmp/encoded.dat
Expand Down

0 comments on commit 3a1a813

Please sign in to comment.