Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug when adding a text selection to an existing filter #202

Closed
ngregoire opened this issue Dec 5, 2023 · 1 comment
Closed

Bug when adding a text selection to an existing filter #202

ngregoire opened this issue Dec 5, 2023 · 1 comment
Assignees
Labels

Comments

@ngregoire
Copy link

Description:

Using the contextual menu to add a string extracted from the response body to an existing LogFilter generates an error

Steps To Reproduce:

  1. In "View logs", create a filter by clicking in the Tool column, then right-click and select Use Entry.Tool As LogFilter
  2. Now, select a string in the response, right-click and select Extensions > Logger++ > Add Selection to LogFilter > AND
  3. An error popup appears. It says Could not parse filter. Invalid field group "com". Valid groups are [ENTRY, REQUEST, RESPONSE]
  4. The filter bar now contains com.nccgroup.loggerplusplus.filter.logfilter.LogTableFilter@5a0a130c || Response.Body CONTAINS "MyString"

Expected behavior:

The selected string should be added to the existing filter

Screenshots:

image
image

Version:

Logger++ 3.20.0 and Burp Suite Pro 2023.11.1.2-25469

@ngregoire
Copy link
Author

I confirm that the fix works well. Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants