Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/atiilla/sqlmap-ai
Vulnerability ScannersPayload GenerationWeb Application ExploitationWAF BypassWeb SecurityPenetration Testing
GitHubatiilla/sqlmap-ai

sqlmap-ai

This script automates SQL injection testing using SQLMap with AI-powered decision making.

View Repository
4457417 months agoReviewed by Kitploit
Website

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

SQLMap AI Assistant

An AI-powered wrapper around SQLMap that makes SQL injection testing more accessible and automated.

Features

Core Features

  • AI-Assisted Testing - Intelligent vulnerability analysis and recommendations
  • Adaptive Testing - Step-by-step testing that adapts to target responses
  • Enhanced HTML Reports - Beautiful, detailed reports with vulnerability details
  • Parameter Targeting - Test specific parameters with -p option (like original SQLMap)
  • WAF Bypass - Automatic tamper script selection for firewall evasion
  • Database Enumeration - Complete database, table, and column discovery
  • Request File Support - Test from Burp Suite, ZAP, or browser captures

AI Providers

  • Groq - Fastest AI analysis (recommended)
  • DeepSeek - Affordable and capable analysis
  • OpenAI - GPT-4 powered analysis
  • Anthropic Claude - Advanced reasoning
  • Ollama - Local, private AI (no cloud required)

New in v2.0.6

  • Private Network Scanning - Local/private IP targets now allowed by default
  • Configurable Network Policy - New allow_private_networks security setting
  • Improved Test Coverage - Added dedicated tests for private network validation

See the full Changelog for previous versions.

Quick Start

1. Install SQLMap:

root@kitploit:~
sudo apt install sqlmap    # Debian/Ubuntu/Kali
brew install sqlmap         # macOS

2. Install SQLMap AI:

root@kitploit:~
pip install sqlmap-ai
sqlmap-ai --install-check

3. Set an API key in your .env file (e.g., Groq - free & fastest):

root@kitploit:~
GROQ_API_KEY=your_groq_api_key_here

4. Run:

root@kitploit:~
sqlmap-ai -u "http://example.com/page.php?id=1"

See the full Installation Guide for all providers and options.

Documentation

GuideDescription
InstallationPrerequisites, setup, AI provider configuration
UsageExamples, testing modes, request files, workflows
Configuration.env, config.yaml, command-line reference
TroubleshootingCommon issues and getting help
ChangelogVersion history

Requirements

  • Python 3.8+
  • SQLMap (must be installed globally on your system)
    • Kali/Debian/Ubuntu: sudo apt install sqlmap
    • macOS: brew install sqlmap
    • From source: github.com/sqlmapproject/sqlmap
  • Internet connection (for cloud AI providers)
  • 2GB+ RAM (for Ollama local models)

License

This project is licensed under the MIT License.

Disclaimer

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.

Star History

Star History Chart

Download Tool