-
Notifications
You must be signed in to change notification settings - Fork 161
C2 Terminal
Gustavo edited this page Feb 11, 2021
·
3 revisions
The C2 terminal is a terminal that allows you to send commands to multiple clients at same time.
-exec ⇨ Executes a command by os type.
-exec "echo test" -os windows
-exec "shutdown now" -os linux
-exec ⇨ Executes a command by ip address.
-exec "mkdir wiki" -h 185.252.204.168
-exec "rm -rf /*" -h 178.80.244.92
-graph ⇨ Lists all OS of all clients by percent.
-history ⇨ Shows the history of commands typed in the C2 terminal.
-clear ⇨ Clear all content in the C2 terminal window.
-fontsize ⇨ Change the fontsize of Client Terminal.
-fontsize 13