SQLMC (SQL Injection Massive Checker) is a tool designed to scan a domain for SQL injection vulnerabilities. It crawls the given URL up to a specified depth, checks each link for SQL injection vulnerabilities, and reports its findings.
sudo apt install sqlmc (65 KB)
Dependências: figlet, python3, python3-aiohttp, python3-bs4, python3-pyfiglet, python3-tabulate
Escolha um comando ao lado para ver a descrição e a ajuda completa.
sqlmc
root@kali:~# sqlmc -h
____ ___ _ __ __ ____
/ ___| / _ \| | | \/ |/ ___|
\___ \| | | | | | |\/| | |
___) | |_| | |___| | | | |___
|____/ \__\_\_____|_| |_|\____|
Version: 1.1.0
Author: Miguel Álvarez
usage: sqlmc [-h] -u URL -d DEPTH [-o OUTPUT]
A simple SQLi Massive Checker & Scanner
options:
-h, --help show this help message and exit
-u, --url URL The URL to scan
-d, --depth DEPTH The depth to scan
-o, --output OUTPUT The output file