feat: 新增 4 种持久化插件

- winifeo: IFEO 映像劫持 (sethc/utilman/narrator)
- winbits: BITS 后台任务持久化,通过 GUID 操作避免同名冲突
- winlogon: Winlogon Userinit/Shell 追加
- bashrc: Linux bashrc/profile 注入
This commit is contained in:
ZacharyZcR
2026-05-15 23:48:30 +08:00
parent 1ebcd6dc79
commit a42f074b00
6 changed files with 387 additions and 0 deletions
+16
View File
@@ -591,6 +591,22 @@ forwardshell_client_connected:
forwardshell_read_failed:
other: "Failed to read client command: {{.Arg1}}"
# IFEO image hijacking
winifeo_success:
other: "IFEO image hijacking completed: {{.Arg1}} targets"
# BITS persistence
winbits_success:
other: "BITS persistence completed: {{.Arg1}}"
# Winlogon persistence
winlogon_success:
other: "Winlogon persistence completed: {{.Arg1}} entries"
# Bashrc injection
bashrc_success:
other: "Bashrc injection completed: {{.Arg1}} files"
# Windows startup folder
winstartup_success:
other: "Windows startup folder persistence completed: {{.Arg1}} methods"