Skip to content

v1.9.0 — Smarter Traffic Control, Visual Previews, and Power‑User Filtering

Choose a tag to compare

@bscript bscript released this 18 Dec 13:45
· 44 commits to main since this release
c8ec93c

This release focuses on giving you more control, better visibility, and faster workflows when analyzing HTTP traffic — especially on noisy, modern web apps.


🚦 Request Control & Noise Reduction

Request Blocking & Forwarding

  • Block requests while browsing a target to reduce noise.
  • Forward blocked requests individually or all at once when ready.
  • Browse more intentionally without losing important traffic.

Request Grouping by Root Path

  • Requests are now grouped by root directory.
  • Collapse or expand groups to focus on relevant endpoints.
  • Makes large captures much easier to scan and reason about.

🔍 Advanced Filtering & Tagging

Enhanced HTTP Verb Filter

  • Multi‑select HTTP methods (GET, POST, PUT, DELETE, etc.).
  • Filter by request color for visual tagging workflows.
  • Combine filters freely: verbs + starred + color.

🖼️ Response Preview (New)

Preview Tab for HTML Responses

  • HTML responses now render visually in a safe sandbox.
  • Supports images, CSS, and formatting — similar to a browser view.
  • Makes testing XSS and HTML injection significantly easier and faster.

📋 Copy As (Multi‑Language)

Copy Request as Code

  • Copy full HTTP requests in multiple formats:
    • curl
    • PowerShell (Invoke-WebRequest)
    • Python (requests)
    • JavaScript (fetch)
  • Perfect for quick repros, scripts, and sharing with teammates.

🎨 UI Improvements

  • Cleaner spacing and layout tweaks to reduce visual distraction.
  • Improved response UI for better readability.
  • Smoother interactions when working with large request sets.