Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

🌐 Vanadum

Next-gen TLS API with modern encryption and peak throughput for demanding network applications.

Overview

Vanadum is a local HTTP proxy server that provides advanced TLS fingerprint emulation. It allows you to make HTTP requests that are indistinguishable from real browser traffic, bypassing sophisticated bot detection systems.

✨ Key Features

  • Browser Emulation: Mimics Chrome, Safari, Edge, Firefox, and OkHttp
  • Anti-Fingerprinting: Bypasses TLS/JA3/JA4/HTTP2 detection
  • Proxy Support: HTTP, HTTPS, SOCKS4, SOCKS5
  • High Performance: Optimized for throughput with connection pooling
  • Easy Integration: Simple HTTP API on localhost

🔧 How It Works

  1. Vanadum runs as a local server on http://127.0.0.1:8000
  2. You send requests to Vanadum with target URL in headers
  3. Vanadum makes the request with browser-like TLS fingerprint
  4. Response is returned to your application

Quick Start

  1. Launch Vanadum from Quantium launcher
  2. Server starts automatically on port 8000
  3. Send requests using any HTTP client:
curl -X GET "http://localhost:8000/" \
     -H "X-Url: https://example.com" \
     -H "X-Profile: chrome"

💡 Use Cases

  • Web scraping with anti-bot bypass
  • API automation requiring browser fingerprints
  • Testing and development of web applications
  • Integration with automation tools