uknowsec / SauronEye-Modify

在原项目上加上将找到的文件压缩打包上传oss,另外做了部分小修改。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SauronEye-Modify

在原基础上加上将找到的文件压缩打包上传oss,另外做了部分小修改。

加-o参数上传,默认不加-o,可内存加载。

> SauronEye.exe -h

         === SauronEye Modify by Uknow  ===

Usage: SauronEye.exe [OPTIONS]+ argument
Search directories for files containing specific keywords.

Options:
  -d, --directories=VALUE    Directories to search
  -f, --filetypes=VALUE      Filetypes to search for/in
  -k, --keywords=VALUE       Keywords to search for
  -o, --osskey=VALUE         aliyunOSS key
                                format: bucketName:accessKeyId:accessKeySecret:
                               endpoint
  -c, --contents             Search file contents
  -m, --maxfilesize=VALUE    Max file size to search contents in, in kilobytes
  -b, --beforedate=VALUE     Filter files last modified before this date,
                                format: yyyy-MM-dd
  -a, --afterdate=VALUE      Filter files last modified after this date,
                                format: yyyy-MM-dd
  -s, --systemdirs           Search in filesystem directories %APPDATA% and %
                               WINDOWS%
  -v, --vbamacrocheck        Check if 2003 Office files (*.doc and *.xls)
                               contain a VBA macro
  -h, --help                 Show help

About

在原项目上加上将找到的文件压缩打包上传oss,另外做了部分小修改。


Languages

Language:C# 100.0%