mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +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"
|
||||
|
||||
Reference in New Issue
Block a user