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.
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.
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.
- ⚡ Instant Chrome/Firefox profile launch
- 🕵️ Intercepts all trafficg
- 🪶 Lightweight by design
- 📋 One-click “Copy as cURL”
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
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