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 "tar" RTR command
Browse files Browse the repository at this point in the history
  • Loading branch information
Silv3rHorn committed Apr 20, 2021
1 parent 814f0af commit a214c37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions helpers.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import cs_methods
import os
import re
import sys
from datetime import datetime, timezone
from tabulate import tabulate

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', 'update', 'xmemdump',
'zip']
'reg unload', 'restart', 'rm', 'runscript', 'shutdown', 'tar', 'umount', 'unmap', 'update',
'xmemdump', 'zip']
rtr_admin = ['put', 'run']


Expand Down

0 comments on commit a214c37

Please sign in to comment.