Commit 29775dd
committed
feat: add 10 new features to SQLMap UI v2.0
- Smart syntax coloring: CRITICAL (red bold), WARNING (yellow),
INFO (gray), injectable/vulnerable (green), Parameter (purple)
- Search in output: Cmd+F / Ctrl+F with live filtering and
yellow highlight on matches
- Resizable config panel: drag the border between 280px-600px
- System notifications: macOS notification when scan completes
- Scan history: last 50 scans persisted in localStorage, click
to re-open in new tab
- Profiles/Templates: save, load, and delete named configurations
- Import raw requests: paste from Burp Suite or DevTools, auto-parses
URL, method, headers, cookies, and body
- Export HTML reports: download styled report with config and
color-coded output
- Batch scan: paste multiple URLs, launches one tab per target
using current config
- Requests view: new terminal tab showing captured HTTP requests
(use -v 4 in extra args)
Also added: method selector (GET/POST/PUT/DELETE/PATCH), custom
headers field, SVG icons in header toolbar, notification plugin1 parent ff302b0 commit 29775dd
8 files changed
Lines changed: 1454 additions & 508 deletions
File tree
- src-tauri
- capabilities
- src
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments