Primary options¶
--mode
¶
Transmission mode. Default: TCP.
Type:
str
Default:
TCP
Choices:
TCP
,UDP
,SSL
,IP_HEADER
,TCP_HEADER
,UDP_HEADER
,ICMP_HEADER
,IP_PAYLOAD
,TCP_PAYLOAD
,UDP_PAYLOAD
,ICMP_PAYLOAD
Value |
Description |
---|---|
TCP |
TCP protocol. |
UDP |
UDP protocol. |
SSL |
SSL protocol. |
IP_HEADER |
IP Header which contains Protocol headers and payload. |
TCP_HEADER |
TCP Header which contains payload. |
UDP_HEADER |
UDP Header which contains payload. |
ICMP_HEADER |
ICMP Header which contains payload. |
IP_PAYLOAD |
IP Payload. The header data is generated by parameters automatically. |
TCP_PAYLOAD |
TCP Payload. The header data is generated by parameters automatically. |
UDP_PAYLOAD |
UDP Payload. The header data is generated by parameters automatically. |
ICMP_PAYLOAD |
ICMP Payload. The header data is generated by parameters automatically. |
Example:
--mode=TCP
--mode=UDP
--mode=SSL
--input
¶
Input format. Default: TEXT.
Type:
str
Default:
TEXT
Choices:
TEXT
,BINARY
,HEX
,BASE64
Value |
Description |
---|---|
TEXT |
Text format |
BINARY |
Binary format |
HEX |
Hexadecimal format |
BASE64 |
Base64 encoded format |
Example:
--input=TEXT
--input=BINARY
--output
¶
Output format. Default: TEXT.
Type:
str
Default:
TEXT
Choices:
NONE
,TEXT
,BINARY
,HEX
,BASE64
Value |
Description |
---|---|
TEXT |
Text format |
BINARY |
Binary format |
HEX |
Hexadecimal format |
BASE64 |
Base64 encoded format |
Example:
--output=TEXT
--output=HEX
--interactive
¶
Enable INTERACTIVE mode.
Type:
int
Default:
0
Value |
Description |
---|---|
0 |
INSTANT mode. |
1 |
Enable INTERACTIVE mode. Line-break to send. |
2 |
Enable INTERACTIVE mode. Ctrl-key to send |
Example:
--interactive=1
--interactive=2
--ssl_context
¶
SSL context in SSL protocol.
Type:
str
Default:
None
Choices:
SSLV3
,TLS1.0
,TLS1.1
,TLS1.2
,TLS1.3
Example:
--ssl_context=TLS1.2
--output_send
¶
Output Send-data in INSTANT mode.
Type:
int
Default:
0
Value |
Description |
---|---|
1 |
Output & Send. |
2 |
Only output. |
Example:
--output_send=1
--auto_nl
¶
Append Line-break in INSTANT mode and TEXT
input format.
Type:
bool
Default:
True
Example:
--auto_nl=True
--dest
¶
Destination IP or Hostname.
Type:
str
Default:
''
Example:
--dest=google.com
--dest=192.168.1.100
--dumpfile
¶
Dump response data to files. Dir: ./dump_logs/
Type:
bool
Default:
False
Example:
--dumpfile