fscan/Plugins/local
ZacharyZcR 804274ff67 feat: 添加Linux持久化插件套件
- 新增ldpreload插件:通过LD_PRELOAD动态库预加载实现持久化
- 新增shellenv插件:通过修改shell配置文件实现持久化
- 新增crontask插件:通过cron计划任务实现持久化
- 新增systemdservice插件:通过systemd服务实现持久化
- 添加-persistence-file参数支持.elf/.sh文件
- 四种持久化方式覆盖多个持久化向量
- 仅支持Linux平台,包含完善的平台检查
- 集成智能权限管理和错误处理机制
2025-08-11 06:18:15 +08:00
..
avdetect refactor: 重构本地插件架构并支持多平台 2025-08-11 04:10:04 +08:00
crontask feat: 添加Linux持久化插件套件 2025-08-11 06:18:15 +08:00
dcinfo refactor: 重构本地插件架构并支持多平台 2025-08-11 04:10:04 +08:00
fileinfo refactor: 重构本地插件架构并支持多平台 2025-08-11 04:10:04 +08:00
forwardshell feat: 添加正向Shell本地插件 2025-08-11 05:17:39 +08:00
ldpreload feat: 添加Linux持久化插件套件 2025-08-11 06:18:15 +08:00
minidump refactor: 重构本地插件架构并支持多平台 2025-08-11 04:10:04 +08:00
reverseshell refactor: 重构本地插件架构并支持多平台 2025-08-11 04:10:04 +08:00
shellenv feat: 添加Linux持久化插件套件 2025-08-11 06:18:15 +08:00
socks5proxy refactor: 重构本地插件架构并支持多平台 2025-08-11 04:10:04 +08:00
systemdservice feat: 添加Linux持久化插件套件 2025-08-11 06:18:15 +08:00
interfaces.go refactor: 重构本地插件架构并支持多平台 2025-08-11 04:10:04 +08:00
plugin.go refactor: 重构本地插件架构并支持多平台 2025-08-11 04:10:04 +08:00