All Projects → petercunha → Goat

petercunha / Goat

Licence: mit
🐐 GoAT (Golang Advanced Trojan) is a trojan that uses Twitter as a C&C server

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Goat

Thefatrat
Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw…
Stars: ✭ 5,944 (+2626.61%)
Mutual labels:  hacking, malware, trojan
Networm
Python network worm that spreads on the local network and gives the attacker control of these machines.
Stars: ✭ 135 (-38.07%)
Mutual labels:  hacking, malware, trojan
Ghost
👻 RAT (Remote Access Trojan) - Silent Botnet - Full Remote Command-Line Access - Download & Execute Programs - Spread Virus' & Malware
Stars: ✭ 312 (+43.12%)
Mutual labels:  hacking, malware, trojan
Teleshadow3
Telegram Desktop Session Stealer
Stars: ✭ 83 (-61.93%)
Mutual labels:  malware, trojan
Pentesting Bible
Learn ethical hacking.Learn about reconnaissance,windows/linux hacking,attacking web technologies,and pen testing wireless networks.Resources for learning malware analysis and reverse engineering.
Stars: ✭ 8,981 (+4019.72%)
Mutual labels:  hacking, malware
Dr0p1t Framework
A framework that create an advanced stealthy dropper that bypass most AVs and have a lot of tricks
Stars: ✭ 1,132 (+419.27%)
Mutual labels:  hacking, malware
Diamorphine
LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x (x86/x86_64 and ARM64)
Stars: ✭ 725 (+232.57%)
Mutual labels:  hacking, malware
Awesome Hacking
Awesome hacking is an awesome collection of hacking tools.
Stars: ✭ 1,802 (+726.61%)
Mutual labels:  hacking, malware
Python Ransomware
Python Ransomware Tutorial - YouTube tutorial explaining code + showcasing the ransomware with victim/target roles
Stars: ✭ 96 (-55.96%)
Mutual labels:  hacking, malware
Ratel
RAT-el is an open source penetration test tool that allows you to take control of a windows machine. It works on the client-server model, the server sends commands and the client executes the commands and sends the result back to the server. The client is completely undetectable by anti-virus software.
Stars: ✭ 121 (-44.5%)
Mutual labels:  hacking, malware
Threadboat
Program Uses Thread Execution Hijacking To Inject Native Shell-code Into a Standard Win32 Application
Stars: ✭ 132 (-39.45%)
Mutual labels:  hacking, malware
N00brat
Remote Administration Toolkit (or Trojan) for POSiX (Linux/Unix) system working as a Web Service
Stars: ✭ 148 (-32.11%)
Mutual labels:  hacking, trojan
Spytrojan keylogger
[Solo para programadores] Troyano espía | Keylogger solo para Windows, se replica en el sistema y se inicia automaticamente al iniciar sesión. | Envío de registro mediante [Base de Datos], [Gmail] o [BotTelegram].
Stars: ✭ 32 (-85.32%)
Mutual labels:  hacking, malware
Brutus
A Python-powered exploitation framework and botnet.
Stars: ✭ 17 (-92.2%)
Mutual labels:  malware, trojan
Spacecow
Windows Rootkit written in Python
Stars: ✭ 81 (-62.84%)
Mutual labels:  malware, trojan
Unencrypted Backdoor With Process Cloaking
Unencrypted backdoor
Stars: ✭ 16 (-92.66%)
Mutual labels:  malware, trojan
Inferno
🔥 Modern command line tool for malware creation on Windows
Stars: ✭ 105 (-51.83%)
Mutual labels:  hacking, malware
Telegram Rat
Windows Remote Administration Tool via Telegram. Written in Python
Stars: ✭ 201 (-7.8%)
Mutual labels:  hacking, malware
Powershell Rat
Python based backdoor that uses Gmail to exfiltrate data through attachment. This RAT will help during red team engagements to backdoor any Windows machines. It tracks the user activity using screen capture and sends it to an attacker as an e-mail attachment.
Stars: ✭ 636 (+191.74%)
Mutual labels:  hacking, trojan
Lime Rat
LimeRAT | Simple, yet powerful remote administration tool for Windows (RAT)
Stars: ✭ 663 (+204.13%)
Mutual labels:  malware, trojan

GoAT

forthebadge forthebadge

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 <message> - 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/GoBot

Go is a amazing and powerful programming language. If you already haven't, check it out; https://golang.org/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].