mirror of
https://github.com/EndPositive/slipstream.git
synced 2026-01-26 01:25:31 +00:00
High-performance multi-path covert channel over DNS
https://endpositive.github.io/slipstream/
|
|
||
|---|---|---|
| .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.