mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-24 12:11:52 +08:00
feat: 新增 4 种持久化插件
- winifeo: IFEO 映像劫持 (sethc/utilman/narrator) - winbits: BITS 后台任务持久化,通过 GUID 操作避免同名冲突 - winlogon: Winlogon Userinit/Shell 追加 - bashrc: Linux bashrc/profile 注入
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -590,6 +590,22 @@ forwardshell_client_connected:
|
||||
forwardshell_read_failed:
|
||||
other: "读取客户端命令失败: {{.Arg1}}"
|
||||
|
||||
# IFEO映像劫持
|
||||
winifeo_success:
|
||||
other: "IFEO映像劫持完成: {{.Arg1}}个目标"
|
||||
|
||||
# BITS持久化
|
||||
winbits_success:
|
||||
other: "BITS持久化完成: {{.Arg1}}"
|
||||
|
||||
# Winlogon持久化
|
||||
winlogon_success:
|
||||
other: "Winlogon持久化完成: {{.Arg1}}个项目"
|
||||
|
||||
# Bashrc注入
|
||||
bashrc_success:
|
||||
other: "Bashrc注入完成: {{.Arg1}}个文件"
|
||||
|
||||
# Windows启动文件夹
|
||||
winstartup_success:
|
||||
other: "Windows启动文件夹持久化完成: {{.Arg1}}个方法"
|
||||
|
||||
Reference in New Issue
Block a user