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
Wilbert Chandra
c45102fc1e
Remove timeout parameter from subprocess.run in SQLMapCLI
2026-01-07 12:36:47 +00:00
Wilbert Chandra
a45b3596a6
Merge branch 'copilot/create-cli-app-for-sql-injection' of https://github.com/GilbertKrantz/sqlmapcli into copilot/create-cli-app-for-sql-injection
2026-01-07 12:35:42 +00:00
Wilbert Chandra
656a0dcdf7
Refactor SQLMapCLI class for improved type hinting and code clarity
2026-01-07 12:33:26 +00:00
copilot-swe-agent[bot]
9803ef57df
Add batch processing with concurrency and automatic log saving to logs folder
...
Co-authored-by: GilbertKrantz <90319182+GilbertKrantz@users.noreply.github.com>
2026-01-07 12:30:45 +00:00
copilot-swe-agent[bot]
3a975b79c1
Add POST data/body prompt to interactive mode
...
Co-authored-by: GilbertKrantz <90319182+GilbertKrantz@users.noreply.github.com>
2026-01-05 18:47:22 +00:00
copilot-swe-agent[bot]
ef6622c6c5
Add --raw and --verbose flags to ensure CLI output matches sqlmap exactly
...
Co-authored-by: GilbertKrantz <90319182+GilbertKrantz@users.noreply.github.com>
2026-01-05 18:37:39 +00:00
copilot-swe-agent[bot]
cae2ca7da9
Remove demo.py, add POST data support with --method POST, update examples with OWASP Juice Shop endpoints
...
Co-authored-by: GilbertKrantz <90319182+GilbertKrantz@users.noreply.github.com>
2026-01-05 18:33:35 +00:00
copilot-swe-agent[bot]
c60fa2be42
Improve parse_results logic for better code clarity
...
Co-authored-by: GilbertKrantz <90319182+GilbertKrantz@users.noreply.github.com>
2026-01-05 18:20:44 +00:00
copilot-swe-agent[bot]
0d22b027f4
Fix undefined variable in parse_results
...
Co-authored-by: GilbertKrantz <90319182+GilbertKrantz@users.noreply.github.com>
2026-01-05 18:17:21 +00:00
copilot-swe-agent[bot]
7129810b7c
Add SQLMapCLI - Beautiful CLI wrapper with Rich UI
...
Co-authored-by: GilbertKrantz <90319182+GilbertKrantz@users.noreply.github.com>
2026-01-05 18:14:36 +00:00