forked from p15670423/monkey
Add commands' source
This commit is contained in:
parent
1f82dab6f5
commit
e8f72f5cd5
|
@ -9,3 +9,6 @@ def get_linux_timestomping_commands():
|
|||
f'cat {TEMP_FILE} ; '
|
||||
f'rm {TEMP_FILE} -f'
|
||||
]
|
||||
|
||||
|
||||
# Commands' source: https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1070.006/T1070.006.md
|
||||
|
|
|
@ -3,3 +3,6 @@ TEMP_FILE = 'monkey-timestomping-file.txt'
|
|||
|
||||
def get_windows_timestomping_commands():
|
||||
return 'powershell.exe infection_monkey/post_breach/timestomping/windows/timestomping.ps1'
|
||||
|
||||
|
||||
# Commands' source: https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1070.006/T1070.006.md
|
||||
|
|
Loading…
Reference in New Issue