network_hping3
Generate custom network packets with hping3 to test firewalls, services, and packet-level behavior. Specify target, port, count, and SYN flag for controlled testing.
Instructions
Purpose: Craft packets with hping3 for firewall, service, or packet-level testing. Constraints: Requires target. count, syn, port, and extra_args map to hping3. Runs with light concurrency and target validation. Example: network_hping3(target='host', count=3, syn=True, port=80)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| syn | No | ||
| port | No | ||
| count | No | ||
| target | Yes | ||
| extra_args | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||