Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket

Socket is an open-source encrypted bind shell that uses mutual TLS (mTLS) for secure and authenticated client-server communication.

The Socket server is designed to run on Linux systems. Clients can connect to it using standard tools such as OpenSSL.

Features

  • Secure and encrypted communication over mTLS
  • Mutual authentication between client and server
  • Support for multiple simultaneous clients
  • Server-side interactive PTY shell
  • Configurable listening address and port

Installation

  1. Clone the repository:
git clone https://github.com/Yakziee/Socket.git
  1. Enter the project directory:
cd Socket
  1. Build the program:
go build -o Socket
  1. Run the server:
./Socket <port>

Usage

When the server is started for the first time, the files ca.crt, client.crt, and client.key are generated in the current working directory.

These files are required when connecting to the server. For example, using OpenSSL:

openssl s_client -connect <serverIP>:<port> -cert client.crt -key client.key -CAfile ca.crt

About

Encrypted Bind Shell Backdoor

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages