Skip to content

Releases: Insider77Circle/Red-Agent

v1.0.0 — RedAgent Initial Release

Choose a tag to compare

@Insider77Circle Insider77Circle released this 23 Mar 03:12

RedAgent v1.0.0

AI-powered proxy management for cybersecurity professionals — natural language interface for discovery, chain building, security auditing, and Tor routing.

What's included

  • Natural language command interface — powered by DeepSeek AI
  • Proxy discovery & validation — pulls from ProxyScrape, Geonode, and custom sources
  • Security auditing — DNS leak detection, TLS interception detection, content injection detection, anonymity classification
  • Chain builder — multi-hop proxy chains with strict, dynamic, and random modes
  • Proxychains integration — generates ready-to-use config files for nmap, curl, and other tools
  • Tor support — SOCKS5 integration with routing verification

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 to .env
python main.py