network_curl
Perform HTTP requests with custom methods, headers, cookies, data, redirects, and extra curl arguments for penetration testing.
Instructions
Purpose: Make HTTP requests with curl using methods, headers, cookies, data, redirects, and extra curl arguments. Constraints: The URL is target-validated. Output is mostly raw aside from terminal cleanup and truncation. Use headers as comma-separated Header: value strings.… Example: network_curl(url='http://host/path', method='POST', data='a=1', cookie='sid=1')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| data | No | ||
| cookie | No | ||
| method | No | GET | |
| headers | No | ||
| extra_args | No | ||
| include_headers | No | ||
| follow_redirects | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||