Skip to content

b4dpxl/Burp-ResponseGrepper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This Burp extension will auto-extract and display values from HTTP Response bodies based on a Regular Expression, similarly to the "Grep - Extract" feature in Burp Intruder but will work on any Responses. This can be helpful when trying to perform manual reconnaissance or building an injection in Burp Repeater, without having to scroll through multiple matches in the Response search results.

The Regular Expression is defined per-request. It will extract the full match, and also highlight and extract any groups defined in the regex, and display them in a list on a new tab. Named groups can also be used for more detail in the Regular Expression.

screenshot

This is a Python extension, so it needs jython to be configured. See here

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages