https://github.com/pythops/oryx Skip to content Navigation Menu Toggle navigation Sign in * Product + GitHub Copilot Write better code with AI + Security Find and fix vulnerabilities + Actions Automate any workflow + Codespaces Instant dev environments + Issues Plan and track work + Code Review Manage code changes + Discussions Collaborate outside of code + Code Search Find more, search less Explore + All features + Documentation + GitHub Skills + Blog * Solutions By size + Enterprise + Teams + Startups By industry + Healthcare + Financial services + Manufacturing By use case + CI/CD & Automation + DevOps + DevSecOps * Resources Topics + AI + DevOps + Security + Software Development + View all Explore + Learning Pathways + White papers, Ebooks, Webinars + Customer Stories + Partners * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Enterprise + Enterprise platform AI-powered developer platform Available add-ons + Advanced Security Enterprise-grade security features + GitHub Copilot Enterprise-grade AI features + Premium Support Enterprise-grade 24/7 support * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up Reseting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} pythops / oryx Public * * Notifications You must be signed in to change notification settings * Fork 18 * Star 731 [?][?] TUI for sniffing network traffic using eBPF on Linux License GPL-3.0 license 731 stars 18 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings * Code * Issues 3 * Pull requests 1 * Actions * Projects 0 * Security * Insights Additional navigation options * Code * Issues * Pull requests * Actions * Projects * Security * Insights pythops/oryx This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. main BranchesTags Go to file Code Folders and files Name Name Last commit message Last commit date Latest commit History 36 Commits .cargo .cargo .github .github oryx-common oryx-common oryx-ebpf oryx-ebpf oryx-tui oryx-tui xtask xtask .gitignore .gitignore Cargo.lock Cargo.lock Cargo.toml Cargo.toml Justfile Justfile LICENSE LICENSE Readme.md Readme.md Release.md Release.md showmaps.py showmaps.py View all files Repository files navigation * README * GPL-3.0 license TUI for sniffing network traffic using eBPF Demo [376035687-] Features * Real-time traffic inspection and visualization. * Comprehensive Traffic Statistics. * Firewall functionalities. * Fuzzy search. Prerequisites A Linux based OS. Note 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 AUR with using an AUR helper. paru -S oryx [?][?] Build from source To build oryx: 1. Install Rust nightly toolchain rustup toolchain install nightly --component rust-src 2. Install bpf-linker For x86_64 Simply run the following command: cargo install bpf-linker For arm64 For Debian based distributions, make sure you have the following dependencies installed: * llvm-19 * llvm-19-dev * libpolly-19-dev then run the following command: cargo install bpf-linker --no-default-features Check bpf-linker Installation section for more infos. 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 [?][?] 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. [?][?] License GPLv3 About [?][?] TUI for sniffing network traffic using eBPF on Linux Topics linux rust security kernel network firewall sysadmin tui ebpf sniffing observability bpf ratatui Resources Readme License GPL-3.0 license Activity Stars 731 stars Watchers 8 watching Forks 18 forks Report repository Releases 4 v0.4 Latest Oct 13, 2024 + 3 releases Sponsor this project Sponsor Learn more about GitHub Sponsors Contributors 3 * @pythops pythops Badr * @adgaultier adgaultier * @orhun orhun Orhun Parmaksiz Languages * Rust 99.3% * Other 0.7% Footer (c) 2024 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact * Manage cookies * Do not share my personal information You can't perform that action at this time.