Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkb1rd/DarkGld
A tool for quickly generating fishing Trojan horse.
https://github.com/darkb1rd/DarkGld
Last synced: 21 days ago
JSON representation
A tool for quickly generating fishing Trojan horse.
- Host: GitHub
- URL: https://github.com/darkb1rd/DarkGld
- Owner: darkb1rd
- Created: 2021-02-06T15:56:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T00:47:04.000Z (about 3 years ago)
- Last Synced: 2024-08-05T17:30:52.643Z (4 months ago)
- Language: Go
- Size: 5.77 MB
- Stars: 97
- Watchers: 4
- Forks: 26
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - darkb1rd/DarkGld - A tool for quickly generating fishing Trojan horse. (Go)
README
# DarkGld
A tool for quickly generating fishing Trojan horse.#### 介绍
项目是根据 [gld](https://github.com/EddieIvan01/gld) 进行二次开发的,**仅用于交流学习,禁止用于非法活动**
#### 依赖
需要安装GO环境, 依赖库如下:
```
github.com/klauspost/cpuid
github.com/fatih/color
github.com/akavel/rsrc
```#### 编译
进入项目根目录,执行命令如下:
```
set GO111MODULE=off
go build
```#### 命令
```
Usage of C:\Users\root\Desktop\temp\test\DarkGld.exe:
-arch string
target system architecture. x64/x86 , default: x64
-file string
file loaded into exe
-icon string
exe icon file path.
-protect
is Virtual machine detection required
-shellcode string
shellcode bin file. Example: shellcode.bin
-uac
is UAC permission required
```#### 示例
`DarkGld.exe -shellcode beacon.bin -protect`
#### 演示
![](darkgld.gif)