fix: 修复长驻插件启动竞态,删除重复的 bashrc 插件

- 修复 forwardshell/reverseshell/socks5proxy 因竞态导致主进程提前退出
- 删除与 shellenv 功能重复的 bashrc 插件
This commit is contained in:
ZacharyZcR
2026-05-16 00:12:21 +08:00
parent a42f074b00
commit 5af8682d22
4 changed files with 7 additions and 113 deletions
-4
View File
@@ -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"
-4
View File
@@ -602,10 +602,6 @@ winbits_success:
winlogon_success:
other: "Winlogon持久化完成: {{.Arg1}}个项目"
# Bashrc注入
bashrc_success:
other: "Bashrc注入完成: {{.Arg1}}个文件"
# Windows启动文件夹
winstartup_success:
other: "Windows启动文件夹持久化完成: {{.Arg1}}个方法"