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: 4 months ago
JSON representation
small but powerful TCP client (supports SOCKS5 proxy, Tor tested :D ) by JRDP Team
- Host: GitHub
- URL: https://github.com/jrdpteam/ivoryclient
- Owner: jrdpteam
- Created: 2024-10-17T19:01:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T21:02:47.000Z (over 1 year ago)
- Last Synced: 2025-03-25T11:11:22.705Z (about 1 year ago)
- Topics: communicator, proxy, shell, socket, socks5, ssh, tcp, tcp-client, tor
- Language: Python
- Homepage: https://jrdpteam.netlify.app
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 Tor, and provides message exchange capabilities.
## Features
- **TCP Communication**: Connect to TCP servers using both standard IP addresses and .onion domains via Tor.
- **Tor Support**: Use Onion network 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 !
by JRDP Team 2025