UDP Configuration¶
Settings for UDP packet manipulation and bypass techniques.
fake-count¶
type: int
Description¶
Specifies the number of fake packets to be sent before actual UDP packets. (default: 0)
Sending fake packets can trick DPI systems into inspecting invalid traffic, allowing real packets to pass through.
Note
This feature requires root privileges and packet capture capabilities.
Usage¶
Command-Line Flag
TOML Config
fake-packet¶
type: byte array
Description¶
Customizes the content of the fake packets used by udp-fake-count. (default: 64 bytes of zeros)
The value should be a sequence of bytes representing the fake packet data.
Usage¶
Command-Line Flag
Provide a comma-separated string of hexadecimal bytes (e.g., 0x00, 0x01, 0x02, ...).
TOML Config Provide an array of integers (bytes).