Skip to content

A Burp extension that filters out OPTIONS requests from populating Burp's Proxy history.

License

Notifications You must be signed in to change notification settings

capt-meelo/filter-options-method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Filter OPTIONS Method

Version Language License

A Burp extension that filters out OPTIONS requests from populating Burp's Proxy history. This extension works by doing the following:

  1. Force the Content-Type header value to text/css; charset=UTF-8.
  2. Comment out the entire response body so Burp will not recognize the MIME type incorrectly.

A post about this extension can be found post.

Installation

Via Burp Store

Install the extension from the BApp Store.

Manually

  1. Download burp-filter-options-method.py to your machine.
  2. Go to Extender > Extensions tab, then click on the Add button. On the new window, browse the location of burp-filter-options-method.py and click the Next button. Load Extension

How to Use

To filter out these OPTIONS requests, go to HTTP history > Filter by MIME type, and untick the CSS checkbox. Filter CSS

About

A Burp extension that filters out OPTIONS requests from populating Burp's Proxy history.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages