New Feature: Packet Splitting #62
fortuna
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version 0.0.6 of the SDK introduces package transport/split that provides support for packet splitting.
Key Benefits
DPI Evasion: By splitting packets at specified byte positions, this feature makes it more challenging for deep-packet inspection tools to analyze your data streams.
Customizable Split Points: You can specify the exact byte positions where you'd like the data stream to be split, offering you maximum control.
Combine Multiple Split Points: For more advanced evasion techniques, you can combine multiple split points to further obfuscate your data.
How to Get Started
To understand how to use this feature, check out the usage examples in our test code. You specify the byte position where the stream should be split, and you can combine multiple of them.
Example using the fetch command line tool:
You should see this on Wireshark:
We look forward to seeing how you will utilize it in your projects!
Beta Was this translation helpful? Give feedback.
All reactions