Skip to content

Commit 4bc37e5

Browse files
committed
Merge branch 'main' of https://github.com/alpernae/BurpAI
2 parents dee7009 + 4d3a69d commit 4bc37e5

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

README.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
1-
21
# BurpAI: AI-Powered Web Security Assistant
32

43
BurpAI is a powerful Burp Suite extension that leverages artificial intelligence to elevate your web security testing workflow. Featuring an interactive chat interface, BurpAI allows you to engage with an AI model for advanced analysis and tailored assistance directly within Burp Suite. Additionally, BurpAI supports a flexible plugin system, enabling users to choose and run specialized plugins, further enhancing its capabilities to meet your unique testing needs.
54

6-
![Logo](https://github.com/alpernae/BurpAI/blob/main/assets/LOGO_2.png)
5+
![Logo](https://github.com/alpernae/BurpAI/blob/main/assets/BURPAI_LOGO.png)
6+
7+
## Contents
78

9+
- [Key Features](#key-features)
10+
- [FAQ](#faq)
11+
- [BurpAI Roadmap](#burpai-roadmap)
12+
- [Known Issues](#known-issues)
13+
- [Installation](#installation)
14+
- [Feedback](#feedback)
15+
- [License](#license)
816

917
## Key Features
1018

1119
- **Interactive Chat**: Engage in a chat-like conversation with an AI model within Burp Suite to gain insights, generate payloads, and receive security advice.
12-
1320
- **Plugin Selection**: Choose from a variety of plugins or AI models to tailor your security testing to specific needs. Analyze different web application vulnerabilities, such as XSS, SQL injection, and more. (COMING SOON!)
14-
1521
- **Request/Response Analysis**: Analyze specific web requests and responses to identify potential security issues. The AI model can pinpoint common vulnerabilities, suggest potential exploits, and provide insights into the application's security posture.
16-
1722
- **Payload Generation**: Ask the AI model to generate payloads for various vulnerabilities, including XSS, SQL injection, and command injection. Automate the testing process and increase efficiency.
18-
1923
- **Security Advice**: Receive security advice and recommendations based on the analysis of web requests, responses, and the application's overall security posture. Identify and mitigate potential risks.
2024

21-
2225
## FAQ
2326

2427
<details>
25-
<summary>Can I use BurpAI with the Pro version of Burp Suite?</summary>
28+
<summary>Can I use BurpAI with the Free version of Burp Suite?</summary>
2629

2730
Yes, **BurpAI** is fully compatible with both the Community and Pro versions of Burp Suite. You can take advantage of all the features of BurpAI regardless of which version of Burp Suite you are using.
2831
</details>
@@ -67,6 +70,17 @@ BurpAI is a powerful Burp Suite extension that leverages artificial intelligence
6770
- Collect user feedback on new features.
6871
- Continuously improve and expand functionality based on real-world usage and requirements.
6972

73+
## Known Issues
74+
75+
**Dynamic Theme Updates:** Currently, the extension does not automatically update the chat message colors when the Burp Suite theme is changed. This is due to limitations in the Burp Suite Extension API, which does not provide a way to listen for theme change events.
76+
77+
**Workaround:**
78+
79+
To update the message colors after changing the Burp Suite theme, you can manually refresh the chat display. This can be done by:
80+
81+
1. **Restarting the extension:** This will reload the extension and apply the current theme colors.
82+
83+
This issue will be addressed in future updates as potential workarounds are explored.
7084

7185
## Installation
7286

@@ -77,8 +91,6 @@ BurpAI is a powerful Burp Suite extension that leverages artificial intelligence
7791
* **Pip:** A package installer for Python, usually installed along with Python. If you don't have it, you can get it from [https://pip.pypa.io/en/stable/installation/](https://pip.pypa.io/en/stable/installation/)
7892
* **Jython:** Burp Suite uses Jython for its Python extensions. Download and install a compatible version from the [Jython website](https://www.jython.org/download.html).
7993

80-
81-
8294
1. **Download BurpAI:**
8395
- Download the latest release of BurpAI from the [GitHub repository](https://github.com/alpernae/BurpAI).
8496
- Extract the contents of the downloaded ZIP file to a location on your computer.

assets/BURPAI_LOGO.png

4.71 KB
Loading

assets/LOGO_2.png

-75.4 KB
Binary file not shown.

assets/LOGO_2_.png

-71.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)