Skip to content

3xploit666/3X-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3X-Shell

AES-Encrypted TCP Reverse Shell

Go Windows License: MIT

A Go-based reverse shell with AES-encrypted TCP communications for penetration testing

Demo Video


Overview

3X-Shell is a reverse shell written in Go that encrypts all TCP traffic using AES symmetric encryption. By using Go instead of traditional C#/C++/Python payloads, it achieves significantly lower detection rates against AV engines while maintaining native performance through compiled machine code.

Features

  • AES-Encrypted Traffic — All C2 communications are encrypted with AES symmetric encryption
  • Low Detection Rate — 2/40 on ScanTime (as of March 2022)
  • Screenshot Capture — Remote screenshot functionality
  • Cross-Platform Server — Listener works on Windows and Linux
  • Native Binary — Compiled Go binary, no interpreter needed
  • No External Dependencies — Pure Go implementation

Detection Rate

Scanner Result Date
ScanTime 2/40 bypass March 2022

Screenshots

Server Listener:

server.png

Encrypted TCP Traffic (AES):

Screenshot-3.png

Detection Rate:

Screenshot-4.png

Build

# Build the server
go build -o server ./server/

# Build the client (implant)
go build -ldflags "-s -w" -o client ./client/

Usage

# Start the listener
./server -p 4444

# Execute the client on the target
.\client.exe

Roadmap

  • Multi-stage payload delivery
  • Persistence mechanisms
  • Shellcode injection
  • System information collection

Legal Disclaimer

This tool is intended for authorized penetration testing and security research only. Unauthorized access to computer systems is illegal. Always obtain proper written authorization before testing. The author assumes no liability for misuse of this software.

Author

@3xploit666


For educational and authorized security testing purposes only.

About

this simple proyect RevShell TCP encrypted data Aes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages