Skip to content

xl-sec/multi-browser-highlighting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This plugin has moved and is now mantained here

Multi-Browser Highlighting

License: MIT Version

A simple Burp plugin that highlights and comments the Proxy history to differentiate requests made by different users. The plugin can highlight the requests automatically based on the User-Agent or specified by specific HTTP headers.

During pentesting, I often have two or more different browsers opened to test issues such as role matrix, as well as to show how requests in one client might affect another. It is however hard to visualize which requests were made by which browser within the proxy histroy. Hence this plug-in was created to help visualize how different requests interleave with one another.

When enabled, the plugin acts automatically by assigning a color per browser User-Agent (compatible with autochrome). You can also set the color and comment with the X-Pentest header by separating the color and comments with a semicolon (;). Available colors are: red, blue, pink, green, magenta, cyan, orange, gray, yellow

Example:

  • X-Pentest: red
  • X-Pentest: blue; Admin
  • X-Pentest: ; Just a comment
  • X-Pentest-Color: yellow
  • X-Pentest-Comment: Just a comment

It is designed to be non-intrusive, so highlighting is disabled by default. Turn it on in the Proxy context menu only when you need it.

Screenshots

Requests from three different browsers show how their traffic interleave:

screen shot 2017-07-13 at 1 59 28 pm

Toggle it on/off within context menu:

screen shot 2017-07-13 at 3 03 19 pm

Author

Emmanuel Law

About

Highlight Burp proxy requests made by different browsers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.4%
  • HTML 18.6%