SkillAgentSearch skills...

Oryx

πŸ•΅οΈβ€β™‚οΈ TUI for sniffing network traffic using eBPF on Linux

Install / Use

/learn @pythops/Oryx
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img height="125" src="assets/logo.svg"/> <h2> TUI for sniffing network traffic using eBPF </h2> </div>

πŸ“Έ Demo

✨ Features

  • Real-time traffic inspection and visualization.
  • Comprehensive Traffic Statistics.
  • Firewall functionalities.
  • Metrics explorer.
  • Fuzzy search.

πŸš€ Supported protocols

Transport Layer

  • [x] TCP
  • [x] UDP
  • [x] SCTP

Network Layer

  • [x] IP (v4, v6)
  • [x] ICMP (v4, v6)
  • [x] IGMP (v1, v2, v3)

Link Layer

  • [x] ARP

πŸ’‘ Prerequisites

A Linux based OS.

Ideally with Linux kernel version 6.10 or higher to ensure all the features to work properly.

[!NOTE] If you're using Debian or Ubuntu, ensure you're on the following minimum versions:

  • Debian: Version 13 (Trixie) or newer
  • Ubuntu: Version 24.04 (Noble) or newer

Fonts

You might need to install nerdfonts for the icons to be displayed correctly.

πŸš€ Installation

πŸ“₯ Binary release

You can download the pre-built binaries from the release page release page

🐧Arch Linux

You can install oryx from the extra repository with using pacman:

pacman -S oryx

βš’οΈ Build from source

To build oryx:

1. Install Rust nightly toolchain

rustup toolchain install nightly --component rust-src

2. Install bpf-linker

Check bpf-linker Installation section .

3. Build

cargo xtask build --release

This will produce an executable file at target/release/oryx that you can copy to a directory in your $PATH.

πŸͺ„ Usage

Run the following command to start oryx:

sudo oryx

[!NOTE] You can start oryx with args as well. Check oryx --help to see the available options

⌨️ Key Bindings

?: Show help.

Tab or Shift + Tab: Switch between different sections.

j or Down : Scroll down.

k or Up: Scroll up.

esc: Dismiss the different pop-ups and modes.

q or ctrl + c: Quit the app.

Space: Select/Deselect interface or filter.

f: Update the applied filters.

ctrl + r: Reset the app.

ctrl + s: Export the capture to ~/oryx/capture file.

Inspection Section

i: Show more infos about the selected packet.

/: Start fuzzy search.

Firewall Section

Space: Toggle firewall rules status.

n : Add new firewall rule.

e: Edit a firewall rule.

s: Save firewall rules to ~/oryx/firewall.json

Enter: Create or Save a firewall rule.

✍️ Credits

Logo designed by @ling0x

βš–οΈ License

GPLv3

Related Skills

View on GitHub
GitHub Stars2.4k
CategoryDevelopment
Updated55m ago
Forks69

Languages

Rust

Security Score

100/100

Audited on Mar 24, 2026

No findings