ply
Light-weight dynamic tracer for Linux
A light-weight dynamic tracer for Linux that leverages the kernel's BPF
VM in concert with kprobes and tracepoints to attach probes to arbitrary
points in the kernel.
node-d3-shape
Graphical primitives for visualization, such as lines and areas
Visualizations typically consist of discrete graphical marks, such as symbols,
arcs, lines and areas. While the rectangles of a bar chart may be easy enough
to generate directly using SVG or Canvas, other shapes are complex, such as
rounded annular sectors and centripetal Catmull–Rom splines.
mimic
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.
python3-asteval
minimalistic evaluator of Python 3 expression using ast module
ASTEVAL is a safe(ish) evaluator of Python expressions and statements,
using Python's ast module. The idea is to provide a simple, safe, and
robust miniature mathematical language that can handle user-input. The
emphasis here is on mathematical expressions, and so many functions from
numpy are imported and used if available.
horst
Highly Optimized Radio Scanning Tool
horst is a small, lightweight IEEE802.11 WLAN analyzer with a text
interface. Its basic function is similar to tcpdump, Wireshark or
Kismet, but it's much smaller and shows different, aggregated
information which is not easily available from other tools. It is
made for debugging wireless LANs with a focus on getting a quick
overview instead of deep packet inspection and has special features
for Ad-hoc (IBSS) mode and mesh networks. It can be useful to get a
quick overview of what's going on all wireless LAN channels and to
identify problems.
python3-libevdev
Python 3 wrapper for libevdev
This is a Python wrapper around libevdev, a wrapper library for evdev
devices. It provides a simpler API around evdev and takes advantage
of libevdev’s advanced event handling, providing