Skip to content

yangxixx/secretscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

secretscan

搜索指定文件夹中所有能搜到的敏感信息,我一般用来搜索小程序和app代码 正则和改进建议都可以提

基本用法

python scanner.py /path/to/project

指定输出文件

python scanner.py /path/to/project -o my_report.csv

详细模式

python scanner.py /path/to/project -v

添加自定义文件扩展名

python scanner.py /path/to/project --extensions ".vue,.sass,.less"

组合使用

python scanner.py /path/to/project -o report.csv -v --extensions ".vue,.scss" image

About

搜索指定文件夹中所有能搜到的敏感信息

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages