https://github.com/0xravenspar/toralize
Toralize is a lightweight command-line tool designed to route your HTTP(S) requests through the Tor network
https://github.com/0xravenspar/toralize
c cli network-programming tor
Last synced: 3 months ago
JSON representation
Toralize is a lightweight command-line tool designed to route your HTTP(S) requests through the Tor network
- Host: GitHub
- URL: https://github.com/0xravenspar/toralize
- Owner: 0xRavenspar
- License: mit
- Created: 2024-12-07T17:28:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T18:19:54.000Z (5 months ago)
- Last Synced: 2025-01-06T00:16:35.230Z (5 months ago)
- Topics: c, cli, network-programming, tor
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toralize
Toralize is a lightweight command-line tool designed to route your HTTP(S) requests through the Tor network, ensuring anonymity and security. Whether you're a developer, researcher, or privacy enthusiast, Toralize provides a simple interface to harness the power of Tor for enhanced online privacy.
## Features
- **Anonymized Requests**: Mask your IP address by routing requests through the Tor network.
- **Simple Integration**: Use Toralize as a command-line tool or integrate it into scripts and workflows.
- **HTTPS Support**: Securely send and receive encrypted data.
- **Custom Exit Nodes**: Specify country-specific Tor exit nodes for targeted requests.
- **Built-in Request Logging**: Optional logging for debugging and analysis.---
## Usage
### Prerequisites
- Ensure you have the **Tor service** installed and running on your machine. You can install it using:
**Linux**:
```bash
sudo apt update && sudo apt install tor
```
macOS (using Homebrew):```brew install tor```
Windows: Download the Tor Expert Bundle from the official Tor Project website.
Verify that the Tor service is running:
tor --version
Installation
Clone the repository and navigate to the project directory:
```
git clone https://github.com/0xRavenspar/Toralize.git
cd Toralize
```
BuildBuild the project using the Makefile:
```
make
```
Run the binary
Command-Line Usage
```
./toralize [options]
```