• Stars
    star
    139
  • Rank 262,954 (Top 6 %)
  • Language
    Rust
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

快速遍历目标目录中所有指定后缀文件中包含的敏感信息

lazyfinder

快速查询,极致性能

cargo build --release

example:
不启用正则,仅匹配key,用逗号隔开
./lazyfinder -d / -p ".py" -k "120.77.35.111,get_username(),Library/Logs/tmp" > result.txt
启用正则,最后加-r参数
./lazyfinder -d ~/  -p "txt" -k "\d+\.\d+\.\d+\.\d+" -r > result.txt

效果

image

image