Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Aresius — Native HTTP/HTTPS interception proxy for penetration testers and bug bounty hunters with live request tampering, request replay, high-speed fuzzing, and HTTPQL filtering. | Kitploit
Tools/GitHubGitHub/0xmarik/aresius
Vulnerability AnalysisWeb Proxies & InterceptionWeb Application ExploitationAPI Security TestingInformation GatheringWeb SecurityFuzzingPenetration TestingUtilities & Frameworks
GitHub0xmarik/aresius

Aresius

Native HTTP/HTTPS interception proxy for penetration testers and bug bounty hunters with live request tampering, request replay, high-speed fuzzing, and HTTPQL filtering.

232 days agoNot yet reviewed
View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Aresius Logo

Aresius

The lightweight, native interception proxy for security testing.

Fast. Cross-platform. 100% Open Source.

License Release Stars Reddit Community Built with Tauri + Rust

Quick Start · Features · Why Aresius · · · ·

Install
Roadmap
Community
Releases
Aresius screenshot

⚡ What is Aresius?

Aresius is a native, modern desktop HTTP/HTTPS interception proxy designed for penetration testers and bug bounty hunters.

Intercept and modify requests in real-time, fuzz without artificial rate limits, replay complex sessions with side-by-side diffing, and filter thousands of captured requests using HTTPQL—all with a minimal memory footprint and zero license fees.

Built on Tauri + Rust instead of Java or Electron, Aresius launches in under a second and stays light during long engagements.


🚀 Quick Start

root@kitploit:~
git clone https://github.com/0xMarik/Aresius.git
cd Aresius
bun install
bun run tauri dev

On first launch, Aresius automatically generates a local Root CA certificate. Trust it in your browser or operating system, point your proxy to 127.0.0.1:8080, and you're ready to intercept HTTPS traffic.


✨ Features

FeatureDescription
📡 Live InterceptorIntercept, inspect, tamper with, forward, or drop HTTP/HTTPS requests and responses in real time.
🔁 Request ReplayerEdit and resend captured requests, organize into collections and sessions, and compare responses side-by-side with visual diffing.
🎯 High-Speed FuzzerPowerful payload generator supporting Rotator, Zipped, Echo, and Combinatorial fuzzing with real-time dynamic thread scaling.
🔍 HTTPQL & Full-Text SearchQuery and filter proxy history in real-time using expressive HTTPQL syntax and SQLite-powered full-text search.
🌲 Sitemap & Scope ManagerAutomatic hierarchical endpoint discovery with granular domain and regex-based in-scope/out-of-scope rules.
🔄 Match & ReplaceCreate automatic replacement rules for incoming and outgoing headers, parameters, and bodies.
🪶 Native PerformanceNative Rust backend, tiny installation size, instant startup, and low idle memory consumption (~60–80 MB).
🖥️ Cross-PlatformConsistent, fluid native desktop experience across Windows, macOS, and Linux.

🥊 Why Aresius?

FeatureAresiusBurp Suite (Community)Caido (Free)
100% Open Source✅ (AGPL-3.0)❌ Proprietary❌ Proprietary Core
Native Architecture✅ Rust + Tauri❌ Heavy JVM✅ Rust + Web
Idle Memory Footprint✅ ~60–80 MB❌ 1.5 GB – 3 GB+✅ ~100–200 MB
Unrestricted Fuzzing✅ No limits❌ Throttled rate✅ Fast
Full Project Persistence✅ SQLite .ares❌ Paid Pro only⚠️ Limited in free tier
Custom Match & Replace✅ Yes✅ Yes✅ Yes
Side-by-Side Response Diff✅ Built-in⚠️ Plugin required✅ Built-in

📦 Installation

Prebuilt Binaries

Download the latest prebuilt installer or binary for your operating system from Releases.

Build from Source

Prerequisites:

  • Rust (stable)
  • Bun (or Node.js)
  • Tauri Prerequisites for your OS
root@kitploit:~
git clone https://github.com/0xMarik/Aresius.git
cd Aresius
bun install
bun run tauri build

The compiled binaries will be generated under src-tauri/target/release/bundle/.


🛠️ Development

Run in development mode with live hot-reloading:

root@kitploit:~
# Run dev server
bun run tauri dev

To run Rust backend unit tests:

root@kitploit:~
cargo test --manifest-path src-tauri/Cargo.toml

🗺️ Roadmap

  • Plugin Ecosystem: Extensible JavaScript/TypeScript SDK for custom sidebar views, context menus, and workflow automation.
  • Business Logic Flow Mapper: Visual node-graph canvas to model multi-step user journeys and detect IDORs, BOLA, and state bypasses.
  • Modular Scanner Engine: Passive vulnerability inspection (CORS, sensitive leaks, missing headers) and active check plugins.
  • WebSocket Interception: Deep inspection, tampering, and replay for WebSocket frames.

Have a feature request or idea? Open a Discussion or join our subreddit!


💬 Community

  • Reddit: r/aresius — Join for weekly feature demos, development updates, and tips.
  • GitHub Discussions: Discussions — Ask questions, suggest features, and discuss workflows.
  • Issue Tracker: Issues — Report bugs or submit feature suggestions.

🔒 Security

Aresius decrypts and handles sensitive traffic locally on your machine. Found a security issue in Aresius itself? Please report it responsibly according to SECURITY.md.


🤝 Contributing

Contributions are welcome! Please check out CONTRIBUTING.md to get started with pull requests, development conventions, and guidelines.


📄 License

Aresius is licensed under the GNU Affero General Public License v3.0.
See LICENSE for the full text.


Built with Tauri · Rust · React

⭐ Star us on GitHub — it helps the project reach more security researchers!

Download Tool