Skip to content

phrantom/uuid-capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

UUID Capture — Burp Suite extension

A Burp Suite extension that passively captures every UUID seen in HTTP traffic (URL, headers and body, in both requests and responses) and lists them in a table, so you can collect object identifiers and later test for IDOR / BOLA.

What it does

  • Adds a "UUID Capture" tab to Burp.
  • Enable / disable capture with one checkbox. While enabled, it grabs UUIDs from all traffic that passes through Burp (Proxy, Repeater, Scanner, etc.).
  • Shows a table with: UUID, version, direction (REQ/RESP), where it was found (URL / body / header), method, host, endpoint, tool and time.
  • Deduplicates automatically.
  • Export CSV (full context) and Export .txt (unique UUIDs only).
  • Copy unique UUIDs to the clipboard (or copy selected ones via right-click).
  • Live filter, "in-scope only" and "ignore nil UUID" options.

Requirements

  • Burp Suite 2022.9 or newer (Community or Professional).

Install

  1. Download uuid-capture.jar.
  2. In Burp: Extensions tab → InstalledAdd.
  3. Extension type: Java.
  4. Select uuid-capture.jarNext.
  5. The UUID Capture tab appears. Tick "Capture UUIDs" and browse normally.

License

For authorized security testing only (private bug bounty programs, engagements with explicit permission, or your own environments).

About

A Burp Suite extension that passively captures every UUID

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors