TOOL RELEASE // OFFENSIVE SECURITY // v1.0.0
Red Team Intelligence · Proxy Operations · Open Source

RED-AGENT AI-Powered Proxy Command Center

Natural language interface for proxy discovery, chain building, security auditing, and Tor routing. Stop managing configs manually — tell it what you need and it executes.

REPO:Insider77Circle/Red-Agent
LANG:Python 3.11+
LICENSE:MIT
RELEASE:v1.0.0 — Mar 2026
View on GitHub Explore Capabilities
NL
Natural Language Interface
5
Core Modules
3
Chain Types
TOR
Native Tor Support

Red-Agent In Action

Natural language → proxy chain → security audit. No manual configuration required.

RED-AGENT // PROXY COMMAND CENTER v1.0.0
Red-Agent demo — natural language proxy management

What Is Red-Agent

Red-Agent is an AI-powered proxy management system built for red teams, penetration testers, and bug bounty hunters. It wraps the entire proxy workflow — discovery, validation, chaining, security auditing, and Tor integration — behind a conversational natural language interface powered by DeepSeek AI.

Traditional proxy management requires juggling multiple tools, manual configuration files, and brittle automation scripts. Red-Agent replaces all of it. You describe your objective in plain English — "Find 50 elite proxies from Europe and check for DNS leaks" — and the agent handles every step of execution autonomously, maintaining context across your entire session.

Why This Matters for Red Teams
Proxy infrastructure is foundational to anonymous reconnaissance, C2 communication, and rate limit evasion. Managing it manually introduces friction, inconsistency, and operational security gaps. Red-Agent closes those gaps by providing a context-aware command layer that understands intent, verifies infrastructure before use, and maintains operational hygiene automatically.

Core Capabilities

Five integrated modules covering the complete proxy operations lifecycle — from initial discovery through security validation and proxychains integration.

// 01 — NATURAL LANGUAGE INTERFACE
Conversational Command Layer

Powered by DeepSeek AI, Red-Agent understands intent rather than syntax. Issue commands in plain English — it maintains full conversation history across your session so context carries forward automatically. Rich terminal UI with formatted panels and structured output.

DeepSeek AIContext AwareRich Terminal UI
// 02 — PROXY DISCOVERY & VALIDATION
Complete Proxy Lifecycle Management

Automated discovery from multiple sources including ProxyScrape API and Geonode API. Every proxy is actively verified before use — Red-Agent never gives you dead infrastructure. Continuous pool maintenance with automatic removal of failed proxies and health monitoring throughout your session.

ProxyScrapeGeonodeAuto-VerifyPool Health
// 03 — SECURITY AUDITING
Advanced Proxy Security Verification

Four-layer security audit pipeline running in parallel: DNS leak detection to confirm real IP protection, TLS interception detection to identify potential MITM proxy behaviour, content injection scanning to catch proxies that modify HTTP responses, and anonymity classification — transparent, anonymous, or elite tier.

DNS LeakTLS InterceptContent InjectionAnonymity Class
// 04 — CHAIN BUILDING
Multi-Hop Routing Architecture

Build sophisticated multi-hop proxy chains routing traffic through sequential nodes across multiple geographic locations. Three chain modes: strict (fail if any proxy fails), dynamic (skip dead proxies automatically), and random (randomize selection per connection). Generates ready-to-use proxychains configuration files for nmap, curl, and any other tool that supports them.

Strict ChainDynamic ChainRandom Chainproxychains Config
// 05 — TOR INTEGRATION
Native Tor Network Support

SOCKS5 integration with the Tor network with automatic verification via the Tor Project API. Use Tor as a standalone anonymization layer or integrate it as the final hop in a multi-proxy chain — routing traffic through your proxy infrastructure before exiting through Tor for maximum anonymization depth.

SOCKS5Tor VerificationFinal-Hop ModeMaximum Anon
// 06 — OBSERVABILITY
Logging, Metrics & Persistence

Full observability layer with structured logging and operational metrics. Proxy pool state is persisted to disk so your verified infrastructure survives session restarts. Report generation outputs structured summaries of pool health, audit findings, and chain performance for documentation and after-action review.

Structured LogsMetricsPool PersistenceReport Gen

System Architecture

Red-Agent flows from natural language input through the DeepSeek AI layer into a unified tool registry, dispatching to five specialized subsystems that operate independently and report back to the agent context.

// INPUT
Natural Language

User intent in plain English — context preserved across session

// AI LAYER
DeepSeek AI

Intent parsing, tool selection, context management

// REGISTRY
Tool Registry

Routes commands to appropriate subsystem modules

// OUTPUT
Execution

Proxy pool, chains, audits, configs, reports

// Quick Start
git clone https://github.com/Insider77Circle/Red-Agent.git cd Red-Agent && pip install -r requirements.txt cp .env.example .env # add your DeepSeek API key python main.py Red-Agent > Find me fast proxies and check for DNS leaks

Command Examples

Red-Agent understands natural language across all operational categories. No flags, no syntax to memorize.

// Discovery & Management
"Find 50 elite proxies from Europe" "Remove dead proxies from pool" "Show me only anonymous proxies" "Add proxy 192.168.1.1:8080"
// Chain Building
"Build a 3-hop chain US → DE → FR" "Create rotation chain, fastest proxies" "Generate proxychains config for nmap" "Add Tor as final hop to current chain"
// Security Auditing
"Run full security audit on all proxies" "Check for DNS leaks on elite proxies" "Test chain for TLS interception" "Scan for content injection on pool"

Operational Use Cases

// Red Teams
Penetration Testers
  • Anonymous reconnaissance operations
  • Geographic testing from specific regions
  • Rate limit evasion during enumeration
  • C2 communication infrastructure
  • Data exfiltration routing
  • nmap scanning through proxy chains
// Blue Teams
Defensive Operations
  • Safe interaction with malicious infrastructure
  • Honeypot management and monitoring
  • Control validation during incident response
  • Threat intelligence collection
  • Isolated investigation of suspicious IPs
// Bug Bounty
Bug Bounty Hunters
  • Scope-compliant anonymous testing
  • Identity protection during assessments
  • Persistence when blocked by target
  • Tool integration via proxychains
  • Geographic restriction bypass
// View Full Source on GitHub →