https://github.com/jul10l1r4/botnet-ghost
🚩 Server of C2 obfscurated for dont make noise
https://github.com/jul10l1r4/botnet-ghost
botnet command-and-control server
Last synced: 5 months ago
JSON representation
🚩 Server of C2 obfscurated for dont make noise
- Host: GitHub
- URL: https://github.com/jul10l1r4/botnet-ghost
- Owner: Jul10l1r4
- Created: 2020-04-07T01:18:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T14:20:46.000Z (over 5 years ago)
- Last Synced: 2025-04-03T20:37:32.704Z (6 months ago)
- Topics: botnet, command-and-control, server
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# Run
⚠️ __Warning:__ This project are development
```go
go build main.go
./main.go
```## C2 server
Server in GO with Sqlite and api, see endpoints:
* /some-string-random?gclid=base-64* * For new client: `details of machine==ip address` (Response: `Command for run==id of db;id-of-command`)
* * For synchronize exists client: `id-of-command;id-database==response==status exited` (Response: `command for run==time for new request;id-of-command`)
## Response
The response command of server running within HTML in specific tag with template.
Ex:
```html
...![]()
...
```Encrypted: base64 [[See T1132 technique](https://attack.mitre.org/techniques/T1132/)] [T1132.002](https://attack.mitre.org/beta/techniques/T1132/002/)
Protocol: HTTP(s) [[See T1071 technique](https://attack.mitre.org/techniques/T1071/)]
* /victim (for attacker)
API for some frontend use