3个版本
0.1.2 | 2019年10月17日 |
---|---|
0.1.1 | 2019年10月17日 |
0.1.0 | 2018年9月27日 |
#520 in 调试
8KB
123 行
FreeRADIUS用户你好
您是否觉得radius调试输出令人不知所措?
试图跟上不断出现的文本行?
找不到您要查找的请求?
厌倦了会计数据包为您的认证数据包制造噪音?
您的噩梦结束了!
介绍出色的radius-debug。它易于使用,速度快,是用Rust编写的,它真的可以工作!
只需运行radiusd -X并将其通过radius-debug管道传输。没错,您听到的没错。只需一个简单的管道,就像这样
/usr/local/sbin/radiusd -X | radius-debug -t auth
并留下那些讨厌的会计数据包。
这是什么?您要查找特定的模式?不必再找...
/usr/local/sbin/radiusd -X | radius-debug -t auth -p my_username
并不再担心错过您最喜欢的Access-Accept。
现在从以下地址获取它
https://github.com/VersBinarii/radius-debug
或 cargo install radius-debug
用法
FreeRADIUS-debug-helper 0.1.0
Filters out FreeRADIUS debug
USAGE:
radius-debug [OPTIONS] --type <packet type>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-t, --type <packet type> Filter packet types. [possible values: auth, acct]
-p, --pattern <pattern> Search for pattern in the packets
依赖项
~2.8–4MB
~60K SLoC