Skip to content

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

Notifications You must be signed in to change notification settings

raspberryhusky/lazyfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages