Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandon-a-pinto/sozoku

RAT written in Golang
https://github.com/brandon-a-pinto/sozoku

go golang rat remote-access-trojan trojan trojan-go

Last synced: about 2 months ago
JSON representation

RAT written in Golang

Awesome Lists containing this project

README

        

# Sozoku

RAT (Remote Access Trojan) written in Golang.

## Usage

Navigate to the server main file and change your ip address and port. When everything is set just run `make build_server` (only build) or `make run_server` (build and run).

As for the client, you will also need to navigate to it's main file and change the ip address and port. After that just run `make build_client` and send the executable to the victim.

NOTE: This is a simple RAT with no obfuscation whatsoever.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what would you like to change.