Skip to content

1.4.2

Latest

Choose a tag to compare

@kidoz kidoz released this 01 Oct 19:20
· 1 commit to master since this release

🔄 API v4 Migration

  • Migrated from API v3 to v4 REST endpoints
  • API key now required and passed via X-Api-Key header
  • License validation for exploit access

🎨 Redesigned User Interface

  • New table-based view showing Domain → Paths → Vulnerabilities relationships
  • Dedicated vulnerabilities table with clickable links
  • Integrated into Burp's Target window
  • Filter option to show only vulnerable domains and paths

🔍 Path-Based Vulnerability Detection

  • Web vulnerability detection via URL path scanning
  • Exploit information for path-based vulnerabilities
  • Improved path matching logic

⚙️ Stability & Performance

  • Table update timeouts to prevent GUI freezing
  • SwingUtils-based Timer implementation
  • Debug mode toggle (off by default)
  • Clear table functionality

🐛 Bug Fixes

  • Fixed extra slash in rules URL

⚠️ Breaking Changes

  • API key is now mandatory (register at vulners.com)
  • API v3 removed