Skip to content

Commit

Permalink
doc: update CLI options
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-unc1e committed Jun 26, 2024
1 parent 0ec982b commit 5d9d428
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ Usage of ./s3viewer:
max page (default 1)
-o string
output file name
-web
preview via local_web, such as http://127.0.0.1:30028/static/index.html
```
## ToDo
- [x] 指定`-o`参数时,将会保存 csv 到本地
Expand All @@ -55,15 +56,17 @@ Usage of ./s3viewer:
| package/android/pzjhcs/35a336f13be958cdc7fefa31a6e953d5.apk | 463869061 | 2024-04-08T06:16:28.000Z |


- [x] 自动翻页,查询文件总数
- [x] 自动翻页,统计文件总数
```bash
$ ./s3v -u https://s3_url/ -o mp.csv -p 2
……
2024/06/23 17:01:45 [+]结果总条数: [1899], 已拉取页数: [2]
2024/06/23 17:01:45 Saved into mp.csv
```
- [x] 下载链接,自动拼接链接~
- [ ] 支持预览?(架构得考虑考虑,oneNote)
- [x] 支持预览图片(浏览器支持啥,我就支持啥)
- [ ] 支持预览表格(开发中)
- [ ] 支持判断文件类型(在考虑要不要开发)

```html
fofa dork: https://fofa.info/result?qbase64=IjxMaXN0QnVja2V0UmVzdWx0IHhtbG5zPVwiaHR0cDovL3MzLmFtYXpvbmF3cy5jb20vZG9jLzIwMDYtMDMtMDEvXCI%2BIiAmJiBjb3VudHJ5PSJDTiIgJiYgaWNvbl9oYXNoPSIyMTAwMDcyMDYyIg%3D%3D
Expand Down

0 comments on commit 5d9d428

Please sign in to comment.