Skip to content

dineshtiwari69/xscept

Repository files navigation

Logo

🛡️ xscept — 0x Friction HTTP Interceptor

xscept is a zero-friction HTTP interceptor that makes it effortless to capture network traffic. Whether you're launching Chrome, Firefox, or even an Android app — xscept lets you inspect requests with a single click.

⚙️ Preview

Preview

❓ FAQ

Why xscept ?

Because setting up Burp Suite, configuring proxies, installing certificates, and bypassing SSL pinning every single time just to inspect traffic is annoying. I wanted a "click and see logs" kind of tool — so I built it.

HTTPToolKit does that too right ?

Yep, and I love HTTP Toolkit. It’s well made. But personally, I just needed something simple that lets me copy cURL commands without paying for a subscription. This project is more of a personal challenge — to build a tool I actually use at work.

If you're using HTTP Toolkit daily — go support them. They deserve it.

Features

  • ⚡ Instant Chrome/Firefox profile launch
  • 🕵️ Intercepts all trafficg
  • 🪶 Lightweight by design
  • 📋 One-click “Copy as cURL”

Prerequisites (For Local Development)

xscept is built with tauri 2.0 which requires you to have rust and node installed. xscept uses python for its backend.

  rust
  nodejs
  pnpm
  python

🧪 Run Locally

Clone the project

  git clone https://github.com/dineshtiwari69/xscept-0x

Go to the project directory

  cd xscept-0x

Install dependencies

  pnpm install

Install Server Reqs

  pnpm run install-reqs

Build Server Sidecar

  pnpm run build:sidecar-winos

Run App

  pnpm run tauri dev