Cobalt Strike 4.x compatible Aggressor Script that adds in extra helper key shortcuts for the Red Team Operator convenience:
- A pseudo (ie not using the Tab key) "tab completion"
- A commanline Select All.
Upon actuation of the Pseudo Tab Complete hotkey (default set to Ctrl+Space) it cycles through a completion database and instantiates the contents onto the beacon input commandline one-by-one per the keypress actuation. The script by default builds a database of completables using the configured listeners and targets.
The hotkey for "Select All" will grab all existing contents on the current beacon line. Dunno about you but should be quicker to delete (long input like Rubeus commands) than drag-and-highlight.
| Action | Shortcut Binding |
|---|---|
| Tab Complete | Ctrl+Space |
| Select All Input | Ctrl+Alt+A |
If you wish, you can easily change the key bindings for actuation per Fortra's guide (see Keyboard Shortcuts section).
Tab Completion
cstabex.mp4
Select All