mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-11-22 04:30:03 +00:00
High-performance multi-path covert channel over DNS
https://endpositive.github.io/slipstream/
* feat: move to mesonbuild away from cmake Signed-off-by: Heni <i@pingas.org> * fix: update docker build to use newer meson, gcc Signed-off-by: Heni <i@pingas.org> * delete brotli and reformat (cherry picked from commit 97cf78df351e69e7e1d6bf0cd80d69a2923bedb7) --------- Signed-off-by: Heni <i@pingas.org> Co-authored-by: Jop Zitman <jop@polars.tech> |
||
|---|---|---|
| .github/workflows | ||
| certs | ||
| docs | ||
| extern | ||
| include | ||
| src | ||
| subprojects | ||
| .dockerignore | ||
| .gitignore | ||
| .gitmodules | ||
| Dockerfile | ||
| LICENSE | ||
| meson.build | ||
| meson.options | ||
| meson_options.txt | ||
| README.md | ||
Slipstream
A high-performance covert channel over DNS, powered by QUIC multipath.
Exfiltrating a 10 MB file over a single DNS resolver.
Highlights
- Adaptive congestion control for rate-limited resolvers
- Parallel routing over multiple multiple rate-limited resolvers
- 60% lower header overhead than DNSTT
Installation
Get the latest binaries GitHub releases or pull the latest version from the GitHub Container Registry.
Documentation
slipstream's documentation is available at endpositive.github.io/slipstream.
Acknowledgements
David Fifield's DNSTT and Turbo Tunnel concept has been a massive source of inspiration. Although slipstream inherits no code, this work could not have been possible without his ideas.