An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Logo botnet-ghost

# 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