Installation
Download, build, and install VISTA in Burp Suite.
Table of contents
Requirements
| Requirement | Version |
|---|---|
| Java | 17 or higher |
| Burp Suite | Professional or Community Edition |
| Maven | 3.6+ (only for building from source) |
Option 1: Download from Releases (Recommended)
The fastest way to get started:
- Visit the Latest Release
- Download
vista-2.10.27.jarfrom Assets - Open Burp Suite
- Go to Extensions → Installed → Add
- Set Extension type to Java
- Click Select file and choose the downloaded JAR
- Click Next — the VISTA tab appears with a status bar
After installation, the VISTA status bar shows at the bottom of every tab with AI connection status, provider info, and quick settings access.
Option 2: Command Line Download
# Download latest release
curl -LO https://github.com/Adw0rm-sec/VISTA/releases/download/latest/vista-2.10.27.jar
# Then load in Burp Suite: Extensions → Add → Java → Select JAR
Option 3: Build from Source
Build VISTA yourself for development or to use the latest code:
# Clone the repository
git clone https://github.com/Adw0rm-sec/VISTA.git
cd VISTA
# Build the JAR
mvn clean package -DskipTests
# Output: target/vista-2.10.27.jar
Then load target/vista-2.10.24.jar in Burp Suite as described in Option 1.
Development Setup
# Clone and build
git clone https://github.com/Adw0rm-sec/VISTA.git
cd VISTA
mvn clean compile
# Run tests
mvn test
# Build JAR
mvn clean package -DskipTests
Verifying Installation
After loading VISTA in Burp Suite:
- VISTA tab appears in the main tab bar
- Status bar shows at the bottom with:
- VISTA version number
- AI status indicator (🔴 Not Configured / 🟢 Ready)
- Provider & model info (after configuration)
- Five sub-tabs are available:
- 💡 AI Advisor
- 🌐 Traffic Monitor
- 📝 Prompt Templates
- 🎯 Payload Library
- ⚙️ Settings
If you see the VISTA tab and status bar, installation was successful. Proceed to Quick Start to configure your AI provider.
Troubleshooting
Extension Won’t Load
- Check Java version: VISTA requires Java 17+. Run
java -versionto verify. - Check Burp logs: Go to Extensions → Errors tab to see any loading errors.
- Verify JAR integrity: Re-download the JAR if it may be corrupted.
No VISTA Tab Appears
- Ensure the extension is listed under Extensions → Installed
- Check that the extension checkbox is enabled (checked)
- Restart Burp Suite if needed
Next Steps
→ Quick Start Guide — Configure your AI provider and start testing