TripleCross VS bpftool

Compare TripleCross vs bpftool and see what are their differences.

TripleCross

A Linux eBPF rootkit with a backdoor, C2, library injection, execution hijacking, persistence and stealth capabilities. (by h3xduck)

bpftool

Automated upstream mirror for bpftool stand-alone build. (by libbpf)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
TripleCross bpftool
11 2
1,677 303
- 11.8%
0.7 9.1
about 1 year ago 4 days ago
C C
GNU General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

TripleCross

Posts with mentions or reviews of TripleCross. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-06.

bpftool

Posts with mentions or reviews of bpftool. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • BPF for Hid Drivers
    2 projects | news.ycombinator.com | 16 Nov 2022
    In the same way out-of-tree kernel modules are enforced to license themselves as GPL if they intend to use a lot (if not most) of the available functionality, eBPF programs fall under the same restrictions.

    bpftool[0] allows to see which the programs are currently running in your system, their bpf asm instructions and whether they are GPL-compliant through `bpftool prog show`

    Of course, we still need companies to actually release the source code of their eBPF programs somewhere for the promise to be fulfilled.

    [0] https://github.com/libbpf/bpftool

  • How to tell what created/owns each BPF program running in my system ?
    1 project | /r/eBPF | 25 Jun 2022
    Your distro might not ship the newer version but source is available on Github so you don't have to pull the entire kernel repo to build it.

What are some alternatives?

When comparing TripleCross and bpftool you can also consider the following projects:

ebpfkit - ebpfkit is a rootkit powered by eBPF

libbpf - Automated upstream mirror for libbpf stand-alone build.

bad-bpf - A collection of eBPF programs demonstrating bad behavior, presented at DEF CON 29

traffico - Shape your traffic the BPF way

tubular - BSD socket API on steroids

bmc-cache - In-kernel cache based on eBPF.

ebpfkit-monitor - ebpfkit-monitor is a tool that detects and protects against eBPF powered rootkits

bpftune - bpftune uses BPF to auto-tune Linux systems

honey-potion - Writing eBPF programs with Elixir!

pwru - Packet, where are you? -- eBPF-based Linux kernel networking debugger

bouheki - bouheki is KRSI(eBPF+LSM) based Linux security auditing tool.

bpf-developer-tutorial - eBPF Developer Tutorial: Learning eBPF Step by Step with Examples