You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-10Lines changed: 22 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,31 @@
1
-
2
1
# BurpAI: AI-Powered Web Security Assistant
3
2
4
3
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.
-**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
-
13
20
-**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
-
15
21
-**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
-
17
22
-**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
-
19
23
-**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.
20
24
21
-
22
25
## FAQ
23
26
24
27
<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>
26
29
27
30
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.
28
31
</details>
@@ -67,6 +70,17 @@ BurpAI is a powerful Burp Suite extension that leverages artificial intelligence
67
70
- Collect user feedback on new features.
68
71
- Continuously improve and expand functionality based on real-world usage and requirements.
69
72
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.
70
84
71
85
## Installation
72
86
@@ -77,8 +91,6 @@ BurpAI is a powerful Burp Suite extension that leverages artificial intelligence
77
91
***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/)
78
92
***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).
79
93
80
-
81
-
82
94
1.**Download BurpAI:**
83
95
- Download the latest release of BurpAI from the [GitHub repository](https://github.com/alpernae/BurpAI).
84
96
- Extract the contents of the downloaded ZIP file to a location on your computer.
0 commit comments