sqlmap-ai
This script automates SQL injection testing using SQLMap with AI-powered decision making.
File Explorer
Download Latest Version (.zip)- index.html
- index.html
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- fontawesome-webfont.woff2
- lato-bold-italic.woff
- lato-bold-italic.woff2
- lato-bold.woff
- lato-bold.woff2
- lato-normal-italic.woff
- lato-normal-italic.woff2
- lato-normal.woff
- lato-normal.woff2
- Roboto-Slab-Bold.woff
- Roboto-Slab-Bold.woff2
- Roboto-Slab-Regular.woff
- Roboto-Slab-Regular.woff2
- theme.css
- theme_extra.css
- favicon.ico
- index.html
- html5shiv.min.js
- jquery-3.6.0.min.js
- theme.js
- theme_extra.js
- lunr.js
- main.js
- search_index.json
- worker.js
- index.html
- index.html
- 404.html
- CHANGELOG.md
- CONFIGURATION.md
- index.html
- index.md
- INSTALLATION.md
- search.html
- sitemap.xml
- sitemap.xml.gz
- TROUBLESHOOTING.md
- USAGE.md
- report_template.html
- __init__.py
- adaptive_testing.py
- advanced_reporting.py
- ai_analyzer.py
- cli.py
- config_manager.py
- enhanced_cli.py
- evasion_engine.py
- html_reporter.py
- main.py
- parser.py
- run.py
- runner.py
- security_manager.py
- startup.py
- timeout_handler.py
- ui.py
- test_config_manager.py
- test_security_manager.py
- __init__.py
- ai_providers.py
- groq_utils.py
- .env.template
- .gitignore
- .sqlmap_ai_first_run
- config.yaml
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
- requirements.txt
- setup.py
- sqlmap.gif
- testphp.txt
- testphp_login.txt
# Installation Guide
1. Get the code
git clone https://github.com/atiilla/sqlmap-ai
Downloads the entire project code from GitHub to your computer.
cd sqlmap-ai
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
sudo apt install sqlmap # Debian/Ubuntu/Kali
Installs directly from the APT package repository (Debian/Ubuntu-based).
brew install sqlmap # macOS
Installs the pre-built package via Homebrew β no source build required.
pip install sqlmap-ai
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install sqlmap-ai
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
