The DeepSeek-Vulnerability-Analyzer is an innovative extension for Burp Suite that leverages AI-driven capabilities to enhance vulnerability detection and analysis.
By integrating the DeepSeek API, this tool allows security researchers to identify vulnerabilities such as XSS and SQL injection with greater precision and efficiency.
xss.txt
and sqli.txt
, in the plugin’s directory.self.DEEPSEEK_API_KEY = "sk-xxxxxx" # Replace with a valid API Key self.DEEPSEEK_API_URL = "https://api.deepseek.com/v1/chat/completions"
Ollama-DeepSeek-Burp-Plug.py
) into Burp Suite via the Extender tab.deepseek-r1:7b
: pythonself.OLLAMA_API_URL = "http://x.x.x.x:11434/api/chat" self.OLLAMA_MODEL = "deepseek-r1:7b" # Specify the correct model
While promising, this extension is still in beta, with some limitations such as occasional parsing errors or slow response times. Planned updates aim to address these issues and enhance functionality further.
For questions or support, users are encouraged to raise issues directly within the project’s repository.
FullBypass is a tool designed to circumvent Microsoft's Antimalware Scan Interface (AMSI) and PowerShell's Constrained…
Carseat is a Python-based tool that replicates the functionality of the well-known security auditing tool,…
Pyda is an innovative tool designed to simplify dynamic binary analysis by allowing developers to…
The AMD Open Source Driver for Vulkan® (AMDVLK) is a powerful, open-source Vulkan driver developed…
The Atomic Red Team is an open-source framework designed to help security teams emulate adversarial…
SCCMHunter is a Python-based post-exploitation tool designed for security professionals to identify, profile, and exploit…