
This script automates SQL injection testing using SQLMap with AI-powered decision making.
An AI-powered wrapper around SQLMap that makes SQL injection testing more accessible and automated.
-p option (like original SQLMap)allow_private_networks security settingSee the full Changelog for previous versions.

1. Install SQLMap:
sudo apt install sqlmap # Debian/Ubuntu/Kali
brew install sqlmap # macOS
2. Install SQLMap AI:
pip install sqlmap-ai
sqlmap-ai --install-check
3. Set an API key in your .env file (e.g., Groq - free & fastest):
GROQ_API_KEY=your_groq_api_key_here
4. Run:
sqlmap-ai -u "http://example.com/page.php?id=1"
See the full Installation Guide for all providers and options.
| Guide | Description |
|---|---|
| Installation | Prerequisites, setup, AI provider configuration |
| Usage | Examples, testing modes, request files, workflows |
| Configuration | .env, config.yaml, command-line reference |
| Troubleshooting | Common issues and getting help |
| Changelog | Version history |
sudo apt install sqlmapbrew install sqlmapThis project is licensed under the MIT License.
This tool is intended for educational and ethical hacking purposes only. Always obtain permission before testing any system or application. The developers are not responsible for any misuse or damage caused by this tool.