10000 Enable the user to add arbitrary strings to the agent's masque · Issue #3242 · guardicore/monkey · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Enable the user to add arbitrary strings to the agent's masque #3242
Closed
@mssalvatore

Description

@mssalvatore

Description

The web UI must enable users to set the agent's masque (see #3241). The simplest thing would be to provide string fields to users (similar to how users specify IP addresses in network configuration). The UI would transform the strings to bytes and separate them with null characters (0x00).

Notes:

On UI load:
    call GET /api/agent-binaries/{linux,windows}/masque and populate the tab
On submit:
    if detection data is set:
        call SET /api/agent-binaries/{linux,windows}/masque=masque
    else:
        call SET /api/agent-binaries/{linux,windows}/masque = None

On export:
    Add a new export section for masques and put the data in it.

On import:
    If the masque section has data:
        call SET /api/agent-binaries/{linux,windows}/masque = masque
    else if data section is empty or missing:
        call SET /api/agent-binaries/{linux,windows}/masque = None

Tasks

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0