Skip to content

AgentCommands Stuff

Fred Rybin edited this page Oct 22, 2021 · 3 revisions

AgentCommands

DEFAULT

  • Don't Touch Does Nothing

DELETE

  • Arg1
    • Folder/File Path

REBOOT

  • No Args, will just reboot the box

EXTRACT

  • Arg1
    • Filepath of archive
  • Arg2
    • Path to unarchive

DOWNLOAD

  • Arg1
    • Filepath to save contents to
  • Arg2
    • URL to download contents from

CREATEUSER

  • Arg1
    • User's username
  • Arg2
    • User's password

CREATEUSERPASS

  • Arg1
    • User's username
  • Arg2
    • User's password

ADDTOGROUP

  • Arg1
    • Group Name
  • Arg2
    • User Name

EXECUTE

  • Arg1
    • Command or Script Name
  • ArgX
    • Argements for the above commands

VALIDATE

  • Arg1
    • Filepath
  • Arg2
    • File md5sum

CHANGEPERMS

  • Arg1
    • Folder/File Path
  • Arg2
    • Unix Permission Bits. EX: 0755

APPENDFILE

  • Arg1
    • File Path
  • Arg2
    • File Content