Dir Hub
CategoriesPricing
⌘K
  1. Home
  2. AI
  3. rever-browser
rever-browser logo

rever-browser

Desktop browser reversing suite with capture, proxying, deobfuscation, replay, and agent-assisted workflows.

rever-browser cover image

About

rever-browser is a web reversing tool that keeps traffic capture, deobfuscation, proxying, replay, and agent-assisted investigation inside one browser window. It is built as a desktop app for macOS, Windows, and Linux, and it is Apache-2.0 open source. The app captures what the browser does, lets you inspect and reproduce requests, and includes an agent that can walk through repetitive reverse-engineering steps for you.

What is rever-browser

rever-browser is a web reversing tool that puts the main jobs of browser-based analysis into a single desktop app. Instead of switching between devtools, proxy software, replay tools, and scripts, you work from one window that can capture traffic, inspect bundles, replay requests, and drive the page itself.

The app is aimed at hands-on investigation of websites and web apps. It can read the browser’s network activity, keep a session logged in, and expose the same capabilities through MCP so external agents and scripts can control it. That makes rever-browser useful both as an interactive web reversing tool and as a target for automation.

Because it is Apache-2.0 open source, it can also be audited or extended by teams that want a transparent reversing workflow.

Key features

rever-browser combines several browser-reversing capabilities in one interface:

  • Live traffic capture: every Network.* event from the tab is stored in a ring buffer, with response bodies fetched lazily after loadingFinished.
  • Proxy support: tabs can be pointed at an upstream proxy over http, https, or socks5, including auth.
  • Logged-in sessions: ordinary tabs share a persistent partition, so a login can carry across tabs opened from the same session.
  • Per-tab cookie isolation for proxy tabs: proxy tabs get their own cookie jar, which is useful when you need two identities on the same site.
  • Element picker: inspect mode lets you pick an element and copy its selector, then use that target in chat without leaving the app.
  • Browser control tools: the app can navigate, click, type, scroll, drag, press keys, and upload files with targets derived from snapshots.
  • Shadow DOM and OOPIF support: it can reach content hidden from the accessibility tree and drive nested out-of-process iframes.
  • Bundle analysis: it can grep scripts, detect the bundler, deobfuscate JavaScript already captured, and restore source maps when they are available.
  • Replay and testing tools: repeater and intruder workflows are built in for resending requests and checking parameter changes.
  • MCP exposure: the tools are exposed over MCP, so Claude Code, Codex, or other agents can drive the same surface.

How to use it

  1. Download the desktop app for your platform; the project indicates support for macOS, Windows, and Linux.
  2. Open the site or app you want to analyze in the built-in browser.
  3. Watch the network capture buffer fill with requests, then inspect the relevant entries and response bodies.
  4. Use the element picker to select a target on the page and copy its selector or send it to chat.
  5. If the site is obfuscated, run bundle analysis to detect the bundler, search scripts, or deobfuscate the JavaScript already in capture.
  6. Set an upstream proxy when you need routing control or separate identities.
  7. Ask the agent in plain English to repeat requests, probe parameters, or walk a scenario from start to finish.

The tool is designed so the browser, capture buffer, proxy, and agent stay synchronized. That means you can inspect an action, reproduce it, and automate the next step without stitching together multiple programs.

Who it is for

rever-browser is a good fit for people who need a practical web reversing tool rather than a general-purpose browser.

  • Security researchers who inspect requests, replay flows, and test for issues such as IDOR or parameter tampering.
  • Reverse engineers who need bundle deobfuscation, script extraction, and source-map recovery.
  • Bug bounty hunters who want repeater and intruder-style workflows alongside browser control.
  • Automation builders who want MCP-accessible browser tools for agents and scripts.
  • Developers debugging complex front ends where shadow DOM, nested iframes, or hidden network behavior make normal inspection awkward.

Because the app keeps the session logged in and can isolate proxy tabs, it also suits workflows where you need multiple identities or repeated tests without constant re-authentication.

What to know before you use it

rever-browser is powerful, but it is not a magic scanner and it does not replace judgment. The agent can help with tedious steps, yet it still depends on the page, the requests, and the scenario you give it. Results from capture and deobfuscation are only as good as what the browser actually sees.

A few caveats matter:

  • It captures browser traffic, not every possible network path outside the app.
  • Response bodies are fetched lazily, and some large asset types like images, video, fonts, and CSS are skipped to keep the buffer readable.
  • Source-map restoration depends on the site shipping maps.
  • webcrack deobfuscation works only when it is installed and available on your PATH.
  • Proxy tabs use isolated cookie jars, while ordinary tabs share a persistent partition; that behavior is useful, but it also means session handling is not identical across tab types.
  • It is not an official source for account, billing, or backend truth. When you need authoritative data, use the site’s own API, admin panel, or documentation instead of relying only on captured traffic.

If your work is centered on browser analysis, replay, and automation, rever-browser brings the main reversing workflow into one place and keeps the web reversing tool close to the page you are studying.

FAQ

Is rever-browser free to use?

Yes, rever-browser is open source under the Apache-2.0 license. The source material does not mention paid plans or usage limits.

What platforms does rever-browser support?

rever-browser runs on macOS, Windows, and Linux. You can download the desktop application directly from its official website.

Is rever-browser free?

Yes, rever-browser is open source under the Apache-2.0 license. The site does not show a paid tier in the harvested material.

Which platforms does rever-browser support?

It supports macOS, Windows, and Linux. The site’s download callout specifically mentions macOS, and the product copy lists all three desktop platforms.

What kinds of reversing tasks does it cover?

It covers traffic capture, proxying, bundle deobfuscation, repeater and intruder-style request testing, and browser control. It is designed to keep those tools in one window while you inspect a live session.

How does the AI agent work?

The agent drives a real browser and accepts plain-English instructions to automate tasks like finding API vulnerabilities, capturing traffic, and creating reusable macros. It uses the same tools exposed via MCP.

Can rever-browser work with proxy servers?

Yes, it can point tabs at an upstream proxy over HTTP, HTTPS, or SOCKS5 with authentication. Proxy tabs also get their own cookie jars.

Does rever-browser support automation or external agents?

Yes, its tools are exposed over MCP so external agents and scripts can use the same surface. The app also includes an agent that can handle repetitive parts of a reversing workflow.

What is MCP integration?

MCP stands for Model Context Protocol, which allows external agents and scripts (such as Claude Code) to interact with rever-browser's tool surface programmatically.

What makes rever-browser different from normal browser devtools?

It combines capture, deobfuscation, replay, intruder-style testing, and agent-driven browser control in one app. That reduces context switching for reversing tasks.

Who is rever-browser best for?

It is best for people working on web reversing, request inspection, and front-end analysis. The app is especially useful when you want to capture traffic, replay requests, and inspect bundles without switching tools.

Can I use rever-browser for penetration testing?

Yes, it is designed for security research and reverse engineering, with features like a repeater, intruder, and proxy to test web application security.

Who should use rever-browser?

It is best for security researchers, bug bounty hunters, reverse engineers, and developers who need to inspect and reproduce browser behavior. It is less useful if you only need a regular browser or a passive viewer.

rever-browser
Pricing
Free
CategoryAI
PlatformmacOS, Windows, Linux
LaunchedAug 2026
Updated1 months ago
Verified1 months ago
Tags
#browser reversing#reverse engineering#web-reversing#proxy#traffic capture#web security#deobfuscation#agent#repeater#intruder#mcp#open source
rever-browser logo
rever-browser
Dir Hub

A curated directory of small, well-made apps. Browse by category or search to find the right one in fewer clicks.

Discover

  • Home
  • Pricing
  • Submit your app

Company

  • About
  • Contact

Legal

  • Privacy
  • Terms
© 2026 Dir HubCurated indie apps