Commit Graph

4 Commits

Author SHA1 Message Date
Wilbert Chandra
ae3920f0b3
Update sql_cli/scanner.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-07 20:18:55 +07:00
Wilbert Chandra
63e96db181
Update sql_cli/scanner.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-07 20:18:11 +07:00
Wilbert Chandra
93a204ef01 Enhance SQLMapScanner with real-time progress updates and temporary output handling; improve UI display for batch scan results 2026-01-07 12:55:57 +00:00
Wilbert Chandra
2270c8981b Add UI and utility functions for SQL injection testing
- Implemented a new UI module (sql_cli/ui.py) for displaying banners and scan results using the Rich library.
- Created utility functions in sql_cli/utils.py for generating log filenames and saving logs.
- Refactored sqlmapcli.py to utilize the new UI and utility functions, enhancing the interactive mode and scan processes.
- Added support for custom headers and POST data in the interactive mode.
- Introduced a test endpoints JSON file (test_endpoints.json) for batch testing.
2026-01-07 12:49:14 +00:00