mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
fix: 修复长驻插件启动竞态,删除重复的 bashrc 插件
- 修复 forwardshell/reverseshell/socks5proxy 因竞态导致主进程提前退出 - 删除与 shellenv 功能重复的 bashrc 插件
This commit is contained in:
@@ -603,10 +603,6 @@ winbits_success:
|
||||
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"
|
||||
|
||||
@@ -602,10 +602,6 @@ winbits_success:
|
||||
winlogon_success:
|
||||
other: "Winlogon持久化完成: {{.Arg1}}个项目"
|
||||
|
||||
# Bashrc注入
|
||||
bashrc_success:
|
||||
other: "Bashrc注入完成: {{.Arg1}}个文件"
|
||||
|
||||
# Windows启动文件夹
|
||||
winstartup_success:
|
||||
other: "Windows启动文件夹持久化完成: {{.Arg1}}个方法"
|
||||
|
||||
Reference in New Issue
Block a user