web_vuln_scan
Scan web applications for vulnerabilities using Dalfox or Commix, targeting a specified URL with options for cookies, threads, and extra arguments.
Instructions
Purpose: Run web vulnerability scanners selected by tool=dalfox|commix. Constraints: Requires target_url. Dalfox maps threads to --worker and supports cookie and extra_args. Commix supports data, cookie, threads when native support exists, and extra_args.… Example: web_vuln_scan(tool='dalfox', target_url='http://host/?q=1', threads=8)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| tool | Yes | ||
| cookie | No | ||
| threads | No | ||
| extra_args | No | ||
| target_url | Yes | ||
| include_raw | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||