Skip to content

Commit

Permalink
feat: docking
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe1sn committed Jun 6, 2024
1 parent 7dd8955 commit 55db55c
Show file tree
Hide file tree
Showing 56 changed files with 10,724 additions and 2,538 deletions.
File renamed without changes.
Binary file added README.assets/image-20240606124658850.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README.assets/image-20240606131806622.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,38 @@
# Update

- **[2024-3-8]** 更新64位`CreateRemoteThread`为直接系统调用,方法采用`SysWhispers3`项目

- **[2024-4-1]** 更新DLL的暴力注入,详细见readme->使用->DLL自动注入/暴力注入

- **[2024-5-16]** 更新远程线程注入,让取消DLL注入更加便捷,便于第二次注入

- **[2024-5-24]** **更新GUI图形化界面**,之前版本只保留原始二进制文件。貌似之前就被defender识别到了....

- **[2024-6-X]**

1. 更好的GUI布局,支持Docking。
2. 代码整理,优化项目文件结构,尽量贴合我认为(~~知道~~)的现代cpp规范。
3. 遍历部分尽量使用 `NtQuerySystemInformation`

Todo如下

- [ ] `Injector::Injectable` `Injector::injectList`使用`NtQuerySystemInformation`取代`Process32xxx`
- [ ] 静态字符串编码(xorstr功能)

# New Feature

- [2024-6-6] V2.1更新

1. Docking,拖拽可以重新排版

![image-20240606124658850](./README.assets/image-20240606124658850.png)

2. 遍历进程倒序,更快找到最近启动的进程

![image-20240606131806622](./README.assets/image-20240606131806622.png)


# 免杀效果

远程shellcode注入等功能可免杀火绒,VNC无感,可注册表添加开机自启动
Expand Down
31 changes: 0 additions & 31 deletions S-Inject_gui.sln

This file was deleted.

75 changes: 0 additions & 75 deletions S-Inject_gui/Helper.cpp

This file was deleted.

11 changes: 0 additions & 11 deletions S-Inject_gui/Helper.h

This file was deleted.

135 changes: 0 additions & 135 deletions S-Inject_gui/S-inject.cpp

This file was deleted.

12 changes: 0 additions & 12 deletions S-Inject_gui/global.h

This file was deleted.

68 changes: 0 additions & 68 deletions S-Inject_gui/imgui.ini

This file was deleted.

Loading

0 comments on commit 55db55c

Please sign in to comment.