1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: mimic
Section: net
Priority: optional
Maintainer: Eric Long <i@hack3r.moe>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-dkms,
dh-sequence-dlopenlibdeps,
dh-sequence-installsysusers,
dh-exec,
clang,
python3,
bpftool,
ronn,
libbpf-dev,
libffi-dev,
libxdp-dev,
linux-source,
Standards-Version: 4.7.2
Homepage: https://github.com/hack3ric/mimic
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/hacker/mimic.git
Vcs-Browser: https://salsa.debian.org/hacker/mimic
Testsuite: autopkgtest-pkg-dkms
Package: mimic
Architecture: amd64 arm64 riscv64 ppc64el s390x
Depends:
${misc:Depends},
${shlibs:Depends},
mimic-modules (= ${binary:Version})
Recommends: ${dlopen:Recommends}
Suggests: ${dlopen:Suggests}
Description: eBPF UDP -> TCP obfuscator
Mimic is an experimental UDP to TCP obfuscator designed to bypass UDP
QoS and port blocking. Based on eBPF, it directly mangles data inside
Traffic Control (TC) subsystem in the kernel space and restores data
using XDP, achieving remarkably high performance compared to other
projects, such as udp2raw or Phantun.
.
This package contains the Mimic CLI and eBPF packet handler.
Package: mimic-dkms
Section: kernel
Architecture: amd64 arm64 riscv64 ppc64el s390x
Provides: mimic-modules (= ${binary:Version})
Conflicts: mimic-modules
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
pahole,
bubblewrap,
xz-utils,
lz4,
zstd,
bzip2,
lzma,
lzop,
Description: eBPF UDP -> TCP obfuscator (DKMS kernel module)
Mimic is an experimental UDP to TCP obfuscator designed to bypass UDP
QoS and port blocking. Based on eBPF, it directly mangles data inside
Traffic Control (TC) subsystem in the kernel space and restores data
using XDP, achieving remarkably high performance compared to other
projects, such as udp2raw or Phantun.
.
This package uses DKMS to automatically build kernel module against
current kernel.
.
Mimic works out-of-the-box with Debian kernel shipped in trixie (and
versions above) without mimic-dkms' Recommends. Older or third-party
kernels are supported with best effort and with Recommends, but your
milage may vary. Linux version less than (exclusive) 6.1 and s390x
with non-official kernels are not supported at all.
|