Skip to content

leforense/ratewatch

Repository files navigation

RATEWATCH - Burp® Intruder Rate Limiting Analysis

A visual dashboard for analyzing Burp Suite Intruder CSV exports — detect Rate Limiting behavior, WAF blocks, and response anomalies at a glance.

image

Features

  • Automatic CSV parsing — supports Burp Suite Intruder tab-separated exports
  • Real-time stats — total requests, duration, average RPS (requests per second)
  • Error & Timeout detection — counts HTTP 5xx errors and 504 timeouts automatically
  • Response Integrity chart — breakdown of all status codes (2xx, 3xx, 4xx, 5xx)
  • Latency time-series chart — per-request response time colored by status code
  • RPS Gauge — visual throughput meter
  • Dashboard export — download the full dashboard as a PNG image
  • Editable project name — rename the analysis before exporting

Stack

  • React 19 + TypeScript
  • Vite
  • Tailwind CSS
  • Recharts
  • html2canvas
  • Lucide React

Prerequisites

  • Node.js 18+

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/burp-intruder-analyst.git
    cd burp-intruder-analyst
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser at http://localhost:3000.

How to Export from Burp Suite

  1. Run an Intruder attack in Burp Suite.
  2. After the attack finishes, right-click the results table → Save results → choose CSV.
  3. Upload the .csv file to the dashboard.

How to use:

  1. Export the results table from Burp Intruder: Right-click the results and save them as a CSV, following this example:
ratewatch
  1. Import the CSV file into the dashboard: Once the attack is complete, upload your file to visualize the data:
mainscreen
  1. Rename your analysis (Optional): If you need to change the project name, just click here:
image
  1. Download the report: Click "Exportar Imagem" to save a snapshot of your dashboard:
image

License

This project is released into the public domain under the Unlicense.
No attribution required — copy, modify, and use freely.

About

Burp® Intruder Rate Limiting Analysis

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors