sqlmap Verified for current stable LTS

Sqlmap Command: Change Parameter Delimiter

Use for change parameter delimiter with Sqlmap. Exact CLI syntax to change parameter delimiter using Sqlmap.

When to use this: Use for change parameter delimiter with Sqlmap.

Command Syntax

python sqlmap.py -u "{http://www.example.com/vuln.php}" --data="<query=foobar;id=1>" --param-del="<;>"

Live Command Builder

Final Command

python sqlmap.py -u "{http://www.example.com/vuln.php}" --data="<query=foobar;id=1>" --param-del="<;>"

Command Breakdown

-u
Command Option
Tool-specific option used by this command invocation.
--data="<query=foobar;id=1>"
Command Option
Tool-specific option used by this command invocation.
--param-del="<;>"
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to change parameter delimiter using Sqlmap.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Sqlmap directory