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 new "update" RTR command
Browse files Browse the repository at this point in the history
  • Loading branch information
Silv3rHorn committed Nov 19, 2020
1 parent 5706473 commit 814f0af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
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', 'umount', 'unmap', 'xmemdump', 'zip']
'reg unload', 'restart', 'rm', 'runscript', 'shutdown', 'umount', 'unmap', 'update', 'xmemdump',
'zip']
rtr_admin = ['put', 'run']


Expand Down

0 comments on commit 814f0af

Please sign in to comment.