timwhitez starred Willie-C2
2022-7-12 11:7:54 Author: github.com(查看原文) 阅读量:27 收藏

Go implant using Discord as a C2 team server

Still in development

Features

  • Executing shell commands (cmd, powershell, wmic)
  • Files and Directories (listing, removing...)
  • Uploading and Downloading files
  • Taking screenshots
  • List attatched Drives
  • Simple network scanner
  • Processes listing
  • Registry operations
  • Clearing event logs
  • Shellcode injection using HellsGate technique
  • CLR binary injection

Installation

  • Create a discord Bot, and invite it to your Discord server.
  • Change "TOKEN" and "CHANNEL_ID" variables in "setup_config.py" to your Bot's settings accordingly.
  • run "setup_config.py".
  • Compile "willie.go" by running go build -ldflags="-s -w -H windowsgui" -trimpath.

Everytime you run "setup_config.py" a new "config.go" file gets created with a randomized RC4 key responsible for decrypting strings to avoid triggering AV/EDR during static checks. The program uses Mutex lock to prevent it from running more than once simultaneously.

Demo

Demo

TODO

  • Process Migration
  • Process Token Manipulation
  • Priviliage Escilation

PRs are welcome


文章来源: https://github.com/kensh1ro/Willie-C2
如有侵权请联系:admin#unsafe.sh