Skip to content

MCP中无Windows服务版implant直接开关 #98

Description

@sss12365

我感觉MCP就像一个转发器(理解有误的话请指正),把字符串转发到客户端的命令树去进行执行。而build beacon中并没有相对应的flag。
f.String("name", "", ...)
f.String("cron", "", ...)
f.Float64("jitter", -1, ...)
f.Int("retry", -1, ...)
f.Bool("keepalive", false, ...)
f.String("encryption", "", ...)
f.String("addresses", "", ...)
f.String("rem", "", ...)
f.Bool("auto-download", false, ...)
f.Uint32("artifact-id", 0, ...)
他在malefic-mutant中,有一个implants.windows_service 布尔值,设置为true时,可以通过条件编译为Windows服务版的implant。说白了就是。只在yaml层面有定义,在客户端并没有相关的flag。有这个功能,但是要启用相对其他来说比较麻烦,我这边是让AI搓了一个插件用来编译Windows服务版的implant。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions