udpquiz
1.0.0
UDPQuiz هو برنامج eBPF يعمل على Linux لإرسال جميع حزم UDP كما هي. وهذا يجعلها أداة مثالية لاختبار منافذ UDP التي تم جدار الحماية لها على شبكتك.
تفضل بزيارة https://udpquiz.com/ لتجربته!
# Replace eth0 with your interface name
export DEVICE=eth0
# Compile and load
make
# Once complete, the filter and qdisc can be removed
make clean