You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corey Arthur edited this page Aug 5, 2023
·
3 revisions
Burp Suite Logger++
Developed by Corey Arthur (@CoreyD97)
Original idea by Soroush Dalili (@irsdl)
How-To: Filters
A filter feature has been added allowing for easier identification of specific requests. These can be as simple as displaying only responses with status code 200 or post requests where the url matches a regular expression.
Basic filters follow a general format of:
field [=, ==,!=,<,<=,>,>=] value
and multiple filters can be combined using [||, &&] such as