Skip to content

sarange/Adaptix-Alias-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Adaptix Alias Manager

Create, manage, and persist command shortcuts directly from the Adaptix agent console.

Features

  • Shortcuts: Map long or complex commands to simple aliases.
  • Persistence: Aliases automatically save to aliases.json and 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.).

Installation

Load alias_manager.axs into your Adaptix client via the Script Manager.

Usage

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>

Important Notes

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors