Create, manage, and persist command shortcuts directly from the Adaptix agent console.
- Shortcuts: Map long or complex commands to simple aliases.
- Persistence: Aliases automatically save to
aliases.jsonand reload on startup. - Argument Support: Arguments (including those with spaces) are seamlessly forwarded.
- Global Scope: Aliases apply instantly to all active agents (Beacons, Gophers, etc.).
Load alias_manager.axs into your Adaptix client via the Script Manager.
Create an Alias:
alias <new_name> <target_command>
- Example 1:
alias p1 powerhell whoami /all - Example 2:
alias s sleep 10 10
Remove an Alias:
unalias <name>
UI "Ghosting" on Deletion: When you use unalias, the command is instantly disabled and deleted from the save file. However, due to Adaptix framework limitations, the name will remain in your console's auto-complete menu until you restart the client. If you attempt to run a deleted alias, the script will safely block it and show an error.