1. Tool Start Parameters
  2. URL Fuzzer

Deprecated

You are viewing a deprecated version of our API Reference. Please visit the up-to-date documentation.

URL Fuzzer

Request

Parameters
Parameter
tool_id
Type
integer
required
true

The ID of this tool. The value is 90.

Parameter
target
Type
string
required
true

The URL on the target server that will be fuzzed. You can specify a custom location for the payload using at most one FUZZ marker in the path or in query strings.

Parameter
tool_params
Type
dictionary
{
  "op": "start_scan",
  "tool_id": 90,
  "target": "http://demo.pentest-tools.com/url_fuzzer/?page=FUZZ",
  "tool_params": {
    "payload_type": "sequence",
    "sequence_to": "1000",
    "sequence_step": "2",
    "no_ext": "on",
    "custom_ext": "on",
    "input_ext": "php, tar.gz",
    "dynamic": "on",
    "thread_count": "4",
    "req_timeout": "1",
    "max_retries": "2",
    "retry_codes": "429,500-505",
    "response_filter": "manual",
    "match_resp_codes": "200-205,301",
    "match_resp_size_op": ">",
    "match_resp_size_limit": "12"
  }
}