Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Added support for "put-and-run" if Crowdstrike allows it to be used v…
Browse files Browse the repository at this point in the history
…ia API in the future
  • Loading branch information
Silv3rHorn committed Oct 29, 2021
1 parent 5c3d33e commit 73fc633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
active_responder = ['cp', 'encrypt', 'get', 'kill', 'map', 'memdump', 'mkdir', 'mv', 'reg set' 'reg delete', 'reg load'
'reg unload', 'restart', 'rm', 'shutdown', 'tar', 'umount', 'unmap', 'update',
'xmemdump', 'zip']
rtr_admin = ['put', 'run', 'runscript']
rtr_admin = ['put', 'run', 'runscript', 'put-and-run']


def to_readable(num, suffix='B'):
Expand Down

0 comments on commit 73fc633

Please sign in to comment.