Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petercunha/goat
:goat: GoAT (Golang Advanced Trojan) is a trojan that uses Twitter as a C&C server
https://github.com/petercunha/goat
decentralized golang hacking malware trojan
Last synced: 3 days ago
JSON representation
:goat: GoAT (Golang Advanced Trojan) is a trojan that uses Twitter as a C&C server
- Host: GitHub
- URL: https://github.com/petercunha/goat
- Owner: petercunha
- License: mit
- Created: 2015-09-26T22:06:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T23:49:12.000Z (over 7 years ago)
- Last Synced: 2024-02-14T06:36:04.995Z (9 months ago)
- Topics: decentralized, golang, hacking, malware, trojan
- Language: Go
- Homepage:
- Size: 1.46 MB
- Stars: 257
- Watchers: 14
- Forks: 60
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GoAT
---
[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com) [![forthebadge](http://forthebadge.com/images/badges/made-with-crayons.svg)](http://forthebadge.com)**Golang Advanced Trojan** is a trojan created in Go, using Twitter as a the C&C server. GoAT has some very unique and impressive capabilities, including multithreaded command execution and a sophisticated self defence rootkit module (written in C). If you're not familiar with malware, please do not run this program on yourself. It's very hard to remove once it is insalled.
---
### Commands
```!echo ``` - Logs message to slave console```!quit``` - Closes GoAT
```!clear``` - Does nothing. Use this command if you don't want slaves to execute anything upon connecting.
### Compilation
Compile with ```go build -o GoAT.exe -ldflags "-H windowsgui" "C:\GoAT.go"``` to have no console show.### Under development
While I keep teaching myself Go, I will be updating this project. If at anytime someone would like to add to the project they can. Just post in the 'issues' section and I will add your code and credits to the main project.### To do list
* Check for >1 running instance
* Rootkit: Prevent use and installation of antimalware/antivirus software
* Commands
* DDoS
* Send messagebox
* Uninstall
* Shutdown/Restart---
### Other stuff
GoAT was inspired by SaturnsVoid's GoBot, which can be found here: https://github.com/SaturnsVoid/GoBotGo is a amazing and powerful programming language. If you already haven't, check it out; https://golang.org/