burp-paramalyzer icon indicating copy to clipboard operation
burp-paramalyzer copied to clipboard

Paramalyzer - Burp extension for parameter analysis of large-scale web application penetration tests.

Results 13 burp-paramalyzer issues
Sort by recently updated
recently updated
newest added

It will be awesome if the tool as the ability to search parameters by name or any kind of filter

Hello, the "Cookies" tab will list all cookies stored in the Proxy History, even if the corresponding messages aren't in scope. The bug is in method firstPass(), where isInScope() is...

bug

When a value is selected it would be useful to display a list of encoding and hash values. When an item on this list is selected any matches in the...

![screenshot_4](https://user-images.githubusercontent.com/4717664/48936622-2392ae80-ef14-11e8-9ddf-2027062e4e5c.png) ![screenshot_3](https://user-images.githubusercontent.com/4717664/48936624-242b4500-ef14-11e8-9c19-742459d33373.png)

The cookies tab should show an example cookie value.

enhancement

Should be able to detect routing number format based on length and check digit: https://en.wikipedia.org/wiki/Routing_transit_number

enhancement

Disabled (unchecked) scope entries should be omitted from analysis.

bug

Analyzing huge amounts of requests can take a while. Fortunately the memory efficiency is appears to be coping just fine but it can take a long time. Considering a popup...

enhancement

After clicking the Analyze button, the analysis hangs and throws the following error in the status bar. ```shell Execution Exception: java.lang.NoClassDefFoundError: org/json/JSONException ``` ![image](https://user-images.githubusercontent.com/58376398/185642870-880ec4ba-0347-4d97-88e3-2c1c7193e55b.png) Here is the stack trace from...