nccgroup / LoggerPlusPlus

Advanced Burp Suite Logging Extension
GNU Affero General Public License v3.0
626 stars 157 forks source link

"Grep Values" doesn't work in 3.20.0 (no matches) #203

Closed ngregoire closed 11 months ago

ngregoire commented 11 months ago

Description:

Whatever the regexps used in "Grep Values", they are never matched

Steps To Reproduce:

1) Log some traffic in "View Logs" 2) Switch to "Grep Values" 3) Enter a basic regexp like (Powered-By|Server): (.+), check "Search responses" and click on "Search" 4) No values are extracted

Expected behavior:

The "Results" and "Unique Results" tables should be populated

Version:

v3.20.0: regexp isn't matched, tabs aren't populated v3.19.4: response bodies are empty (cf issue #201) v3.18: works fine

CoreyD97 commented 11 months ago

Thanks for the report.

Please could you try this on v3.20.1 and let me know if you still have this issue? I wasn't able to reproduce on v3.20.0, so I'm hoping I solved your issue but can't be sure.

image

ngregoire commented 11 months ago

I can't reproduce the bug on v3.20.1, so I'll close this issue.