mirror of
https://github.com/atiilla/sqlmap-ai.git
synced 2026-04-27 00:25:52 +03:00
[GH-ISSUE #8] Error Encountered with Tool Execution #4
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sqlmap-ai#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Boopath1 on GitHub (Aug 26, 2025).
Original GitHub issue: https://github.com/atiilla/sqlmap-ai/issues/8
Hello there!
I’ve downloaded and run the tool, but it throws an error. Could you please check and let me know what’s wrong?
@atiilla commented on GitHub (Aug 26, 2025):
I’ll review it and circle back.
@atiilla commented on GitHub (Aug 27, 2025):
Default behavior (simple prompt for Ollama)
python run.py -u "http://testphp.vulnweb.com/listproducts.php?cat=1" --ai-provider ollama --ollama-model deepseek-r1:1.5b
Force advanced prompt for Ollama (for powerful models)
python run.py -u "http://testphp.vulnweb.com/listproducts.php?cat=1" --ai-provider ollama --ollama-model deepseek-r1:1.5b --advanced
Force simple prompt for other providers
python run.py -u "http://testphp.vulnweb.com/listproducts.php?cat=1" --ai-provider groq --simple