Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b4dpxl/Burp-ResponseGrepper
https://github.com/b4dpxl/Burp-ResponseGrepper
burp-plugin burpsuite
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/b4dpxl/Burp-ResponseGrepper
- Owner: b4dpxl
- Created: 2019-05-16T08:20:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T09:50:17.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T00:22:58.521Z (6 months ago)
- Topics: burp-plugin, burpsuite
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-burp-extensions - Response Grepper - This Burp extension will auto-extract and display values from HTTP Response bodies based on a Regular Expression. (Custom Features)
README
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](https://github.com/b4dpxl/Burp-ResponseGrepper/blob/master/screenshots/results_pane.png?raw=true)
This is a Python extension, so it needs jython to be configured.
See [here](https://support.portswigger.net/customer/portal/articles/1965930-how-to-install-an-extension-in-burp-suite)