Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jrdpteam/ivoryclient
- Owner: jrdpteam
- Created: 2024-10-17T19:01:25.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-17T19:20:34.000Z (about 1 month ago)
- Last Synced: 2024-10-20T05:18:56.961Z (28 days ago)
- Topics: communicator, proxy, shell, socket, socks5, ssh, tcp, tcp-client, tor
- Language: Python
- Homepage: https://jrdpteam.netlify.app
- Size: 11.7 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 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