Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thekingofsex/lazfinder

快速遍历目标目录中所有指定后缀文件中包含的敏感信息
https://github.com/thekingofsex/lazfinder

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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