Skip to content

Commit 29775dd

Browse files
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 plugin
1 parent ff302b0 commit 29775dd

8 files changed

Lines changed: 1454 additions & 508 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"vite": "^8.0.7"
2323
},
2424
"dependencies": {
25+
"@tauri-apps/plugin-notification": "^2.3.3",
2526
"@tauri-apps/plugin-shell": "^2.3.5",
2627
"react": "^19.2.5",
2728
"react-dom": "^19.2.5"

pnpm-lock.yaml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)