Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jrdpteam/ivoryclient

small but powerful TCP client (supports SOCKS5 proxy, Tor tested :D ) by JRDP Team
https://github.com/jrdpteam/ivoryclient

communicator proxy shell socket socks5 ssh tcp tcp-client tor

Last synced: 17 days ago
JSON representation

small but powerful TCP client (supports SOCKS5 proxy, Tor tested :D ) by JRDP Team

Awesome Lists containing this project

README

        

# IvoryClient

IvoryClient is a simple, lightweight GUI-based TCP client built using Python and PyQt5. It allows you to connect to a TCP server using a URL (including .onion domains for Tor), supports SOCKS5 proxy, and provides basic message exchange capabilities.

## Features
- **TCP Communication**: Connect to TCP servers using both standard IP addresses and .onion domains via Tor.
- **SOCKS5 Proxy Support**: Use a SOCKS5 proxy to route your connections.
- **Customizable Buffer Size**: Adjust the buffer size for receiving data.
- **ANSI Color Support**: Display responses with ANSI colors interpreted in the text output. (beta :( )
- **Interactive GUI**: Easy-to-use graphical interface built with PyQt5.

## Requirements
- Python 3.x
- PyQt5 (`pip3 install PyQt5`)
- `pysocks` for SOCKS5 proxy support (`pip3 install pysocks`)

## Installation

Clone the repository and install dependencies:

```bash
git clone https://github.com/jrdpteam/ivoryclient
cd ivoryclient
bash install_dependencies.sh
```

## Usage

```bash
python3 ivoryclient.py
```

The allowed url format looks like this:

tcp://IPorDOMAIN:PORT

For Tor:

tcp://example.onion:PORT

# ! THIS IS NOT A SECURE COMMUNICATOR, IT DOES NOT HAVE BUILT-IN ENCRYPTION. USE WITH CAREFULNESS !

# ! If you intend to use Tor, the recommended buffer size is a minimum of 5 MB !

by JRDP Team 2024