Skip to content

jagdishtripathy/AutoHighlighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔍 Auto Highlighter - Burp Suite Extension

A lightweight Burp Suite extension that automatically highlights HTTP traffic to make sensitive findings stand out.


✨ Overview

Auto Highlighter is a Burp Suite extension designed for security researchers and penetration testers.
It automatically highlights requests and responses containing sensitive keywords such as password, token, apikey, secret, admin, and more.

This reduces manual searching effort and helps you quickly spot potential vulnerabilities.


🚀 Features

  • 🎨 Automatic Highlighting – Sensitive keywords are highlighted in HTTP traffic.
  • Lightweight & Fast – Minimal overhead, runs seamlessly inside Burp Suite.
  • 🛠️ Customizable Rules – Extend or modify keyword patterns in code.
  • 📋 Auto Notes – Adds notes to matched responses for quick reference.

📦 Installation

  1. Download the latest release JAR from the Releases page.

  2. In Burp Suite:

    • Navigate to Extender → Extensions → Add
    • Select the downloaded .jar file
    • Click Next to load the extension
  3. Done ✅ — Auto Highlighter is now active.


📂 Project Structure

AutoHighlighter/
├── src/                # Source code
│   └── main/java/...   # Java classes (Burp Extender implementation)
├── pom.xml             # Maven build configuration
├── target/             # Compiled JAR files
├── README.md           # Documentation
└── LICENSE             # Open-source license

🖼️ Screenshots

Example:
screenshot


🧑‍💻 Development

To build from source:

git clone https://github.com/jagdishtripathy/AutoHighlighter.git
cd AutoHighlighter
mvn clean package

The compiled JAR will be available in:

target/AutoHighlighter-1.1.jar

📜 License

This project is licensed under the MIT License – see the LICENSE file for details.


🤝 Contributing

Contributions are welcome! If you’d like to improve Auto Highlighter:

  1. Fork the repo
  2. Create a feature branch (git checkout -b feature/new-feature)
  3. Commit your changes (git commit -m "Add new feature")
  4. Push to your fork and open a Pull Request

🌐 Links


Made with ❤️ for the Security Community

About

A lightweight Burp Suite extension that automatically highlights HTTP traffic to make sensitive findings stand out.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages