mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 06:45:48 +03:00
[PR #38] [MERGED] [Feature] Add cross site scripting #56
Labels
No labels
bug
bug
enhancement
fixed
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rmmagent#56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/rmmagent/pull/38
Author: @NiceGuyIT
Created: 11/12/2023
Status: ✅ Merged
Merged: 2/22/2024
Merged by: @wh1te909
Base:
develop← Head:feature/cross-platform-scripting📝 Commits (3)
6ba3272[Feature] Add cross site scripting87e1b29Add: Download the nu and deno binaries from GitHub2afdfd7Add: Server variables are opt-out by default📊 Changes
13 files changed (+923 additions, -72 deletions)
View changed files
📝
agent/agent.go(+22 -0)📝
agent/agent_unix.go(+380 -4)📝
agent/agent_windows.go(+330 -1)📝
agent/checks.go(+1 -1)📝
agent/choco_windows.go(+1 -1)📝
agent/embed_darwin.go(+1 -1)📝
agent/install.go(+10 -2)📝
agent/rpc.go(+24 -18)📝
agent/svc.go(+45 -10)📝
agent/tasks_windows.go(+2 -2)📝
agent/utils.go(+67 -0)📝
main.go(+4 -0)📝
shared/types.go(+36 -32)📄 Description
This PR adds support for Nushell and Deno to provide a cross platform scripting environments.
Associated PRs
Questions
/opt/tacticalagentbut Linux does not. Should this be created to hold thenuanddenobinaries?/opt/tacticalagentto the Linux agent and uninstall script./opt/tacticalagent/bin/? I noticed the Mac agent is in/opt/tacticalagent/tacticalagentand stores old versions as*-v1.2.3.Out of scope.
/opt/tacticalagentpermissions (o-rwx, 0x750) do not permit reading by the user. When Run As User is implemented for Mac/Linux, this will need to be changed.TODO
These items are done.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.