Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.35 KB

File metadata and controls

40 lines (25 loc) · 1.35 KB

Contributing to Header Change Notifier

Thank you for your interest in improving Header Change Notifier!

This extension helps security researchers detect changes in HTTP response headers inside Burp Suite. Whether you're fixing bugs, suggesting improvements, or adding new features — your help is appreciated.

Getting Started

  1. Fork the repository and clone it locally
  2. Install Python 3.x.
  3. Load the extension in Burp Suite via the Extender tab (Python mode using Jython).

How to Contribute

  • Fix bugs: Check for issues labeled bug, or report new ones.
  • Improve features: Suggest or implement enhancements to the interface, header tracking, or export functionality.
  • Add new headers: You can submit pull requests to include additional security headers in the tracking list.
  • Improve documentation: Spotted a typo or unclear section? Feel free to fix it.

Code Guidelines

  • Keep your code clean and readable.
  • Test your changes in Burp Suite before opening a pull request.

Submitting a Pull Request

  1. Create a new branch with a descriptive name.
  2. Make your changes and commit clearly.
  3. Open a pull request with a short explanation of what you changed and why.

Questions?

Feel free to open an issue or reach out:

Author: Mohamed
Email: mohamed.cybersec@gmail.com


Thanks for helping make this tool better!