Skip to main content
Glama

kali_web_sqlmap_test

Automatically detect and exploit SQL injection vulnerabilities in web applications to identify security weaknesses and extract database information for authorized penetration testing.

Instructions

Automated SQL injection testing and exploitation.

SQLMap automates the detection and exploitation of SQL injection vulnerabilities.

WARNING: Only use on systems you have authorization to test.

Features:

  • Automatic SQL injection detection

  • Database fingerprinting

  • Data extraction

  • Multiple injection techniques

Example:

  • GET: url="https://example.com/page?id=1"

  • POST: url="https://example.com/login", data="user=admin&pass=test", method="POST"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesTarget URL
dataNoPOST data string
cookieNoHTTP Cookie header value
methodNoHTTP methodGET
parameterNoTestable parameter(s) (e.g., 'id', '*' for all)
levelNoLevel of tests (1-5, default: 1)
riskNoRisk of tests (1-3, default: 1)
dbmsNoForce DBMS type
techniqueNoSQL injection techniques (e.g., 'BEUSTQ')
batchNoNever ask for user input (batch mode)
timeoutNoScan timeout in seconds
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses that the tool performs 'exploitation' and 'data extraction,' implying destructive/mutative behavior, and includes a security warning about authorization. However, it lacks details on rate limits, error handling, output format, or what specific actions might be taken during exploitation (e.g., database modification). The features list adds some context but is high-level.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear purpose statement, warning, bullet-pointed features, and examples. It's front-loaded with critical information. However, the features list is somewhat redundant with the purpose, and the examples could be more integrated, slightly reducing efficiency.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex, potentially destructive tool with 11 parameters and no annotations or output schema, the description is moderately complete. It covers purpose, ethical warning, and high-level features, but lacks details on behavioral outcomes, error cases, or what to expect from the tool's execution, leaving gaps given the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all 11 parameters thoroughly. The description adds minimal parameter semantics beyond the examples showing url, data, and method usage. It doesn't explain parameter interactions, default behaviors, or advanced options like technique codes, keeping it at the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose as 'Automated SQL injection testing and exploitation' and elaborates with 'SQLMap automates the detection and exploitation of SQL injection vulnerabilities.' This specifies both the action (testing/exploitation) and resource (SQL injection vulnerabilities), distinguishing it from sibling web tools like fuzzing or directory scanning tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes a strong warning: 'Only use on systems you have authorization to test,' which provides clear ethical context. However, it doesn't explicitly state when to choose this tool over alternatives like kali_web_nikto_scan or kali_web_nuclei_scan for vulnerability assessment, nor does it mention prerequisites or typical use cases beyond the examples.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/azza39925/kali-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server