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

Commit

Permalink
Fixed runscript bug
Browse files Browse the repository at this point in the history
Due to changes made at Crowdstrike end, runscript had insufficient permissions to use Raw and HostPath arguments. This had now been rectified.
  • Loading branch information
Silv3rHorn committed May 27, 2021
1 parent a214c37 commit f15011e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
read_only = ['cat', 'cd', 'clear', 'csrutil', 'env', 'eventlog', 'filehash', 'getsid', 'history', 'ifconfig',
'ipconfig', 'ls', 'mount', 'netstat', 'ps', 'reg query', 'users']
active_responder = ['cp', 'encrypt', 'get', 'kill', 'map', 'memdump', 'mkdir', 'mv', 'reg set' 'reg delete', 'reg load'
'reg unload', 'restart', 'rm', 'runscript', 'shutdown', 'tar', 'umount', 'unmap', 'update',
'reg unload', 'restart', 'rm', 'shutdown', 'tar', 'umount', 'unmap', 'update',
'xmemdump', 'zip']
rtr_admin = ['put', 'run']
rtr_admin = ['put', 'run', 'runscript']


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

0 comments on commit f15011e

Please sign in to comment.